You are here: Start » AVL.NET » TensorFormat Class

TensorFormat Class

Namespace:Avl
Assembly:AvlNet.Types.dll

A descriptor of data in a tensor.

Constructors

 ConstructorDescription
TensorFormat()
TensorFormat(List<Int32>, TensorDataOrdering, TensorDataType, List<Int32>)

Properties

 NameTypeDescription
ByteSizeSystem.UInt64 A total size in bytes.
CountSystem.Int64 A number of elements.
DimensionsSystem.Collections.Generic.List<System.Int32> A length of each dimension indicated by the ordering.
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
OrderingAvl.TensorDataOrdering Ordering of a data.
PaddingSystem.Collections.Generic.List<System.Int32> A length of a padding (in bytes) after data in each dimension.
TypeAvl.TensorDataType A data type.

Methods

 NameDescription
CopyTo(Avl.TensorFormat)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.TensorFormat)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.TensorFormat)
ToString()Inherited from System.Object

Remarks

See also