TensorInt8 class
Constructors
- TensorInt8({required Int64List shape, MemoryFormat memoryFormat = MemoryFormat.contiguous, required Int8List data})
Properties
- data → Int8List
-
final
- dataAsFloat32List → Float32List
-
no setterinherited
- dataAsFloat64List → Float64List
-
no setterinherited
- dataAsInt32List → Int32List
-
no setterinherited
- dataAsInt64List → Int64List
-
no setterinherited
- dataAsInt8List → Int8List
-
no setteroverride
- 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