NativeTensorOrScalarIndexedArray class
Constructors
Properties
Methods
-
createArray(
int index, int length) → Pointer< Void> -
dispose(
) → void -
finalize(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setArrayContent(
int index, Pointer< Void> value, int size) → void -
toString(
) → String -
A string representation of this object.
inherited
-
toTOS(
Pointer< Void> array, int index) → TensorOrScalar -
toTOSArray(
int index) → List< TensorOrScalar>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
int index) → Pointer< Void>