NativeTensorOrScalarIndexedArray class

Properties

count int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>