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

TensorFormat Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

A descriptor of data in a tensor.

Constructors

 ConstructorDescription
TensorFormat(IList<Int32>)
TensorFormat(IList<Int32>, TensorDataOrdering, TensorDataType, IList<Int32>)
TensorFormat(TensorFormat)Creates a deep copy of the passed object.
TensorFormat()

Properties

 NameTypeDescription
ByteSizeSystem.UInt64A total size in bytes.
CountSystem.Int64A number of elements.
DimensionsSystem.Collections.Generic.IReadOnlyList<System.Int32>
IsDisposedSystem.Boolean
OrderingAvlNet.TensorDataOrderingOrdering of a data.
PaddingSystem.Collections.Generic.IReadOnlyList<System.Int32>
TypeAvlNet.TensorDataTypeA data type.

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.TensorFormat)
Equals(AvlNet.TensorFormat, AvlNet.TensorFormat)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.TensorFormat)Resets this instance with data of the other TensorFormat object.
ToString()Inherited from System.Object

Remarks

See also