TensorInt32 class

Inheritance

Constructors

TensorInt32({required Int64List shape, MemoryFormat memoryFormat = MemoryFormat.contiguous, required Int32List data})

Properties

data Int32List
final
dataAsFloat32List Float32List
no setterinherited
dataAsFloat64List Float64List
no setterinherited
dataAsInt32List Int32List
no setteroverride
dataAsInt64List Int64List
no setterinherited
dataAsInt8List Int8List
no setterinherited
dataAsUin8List Uint8List
no setterinherited
dtype DType
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
memoryFormat MemoryFormat
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape Int64List
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited