You are here: Start » FIL.NET » TensorFormat Class
TensorFormat Class
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
A descriptor of data in a tensor.
Constructors
Constructor | Description | |
---|---|---|
![]() | TensorFormat() | |
![]() | TensorFormat(TensorDataOrdering, TensorDataType) | |
![]() | TensorFormat(List<Int32>, TensorDataOrdering, TensorDataType, List<Int32>) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | ByteSize | System.UInt64 | A total size in bytes. |
![]() | Count | System.Int64 | A number of elements. |
![]() | Dimensions | System.Collections.Generic.List<System.Int32> | A length of each dimension indicated by the ordering. |
![]() | IsDisposed | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | Ordering | Fil.TensorDataOrdering | Ordering of a data. |
![]() | Padding | System.Collections.Generic.List<System.Int32> | A length of a padding (in bytes) after data in each dimension. |
![]() | Type | Fil.TensorDataType | A data type. |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo(Fil.TensorFormat) | |
![]() | Dispose() | Inherited from Fil.UnmanagedObject |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(Fil.TensorFormat) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Fil.TensorFormat) | |
![]() | ToString() | Inherited from System.Object |