You are here: Start » FIL.NET » TensorFormat Class
TensorFormat Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
A descriptor of data in a tensor.
Constructors
Constructor | Description | |
---|---|---|
![]() | TensorFormat(IList<Int32>) | |
![]() | TensorFormat(IList<Int32>, TensorDataOrdering, TensorDataType, IList<Int32>) | |
![]() | TensorFormat(TensorFormat) | Creates a deep copy of the passed object. |
![]() | TensorFormat() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | ByteSize | System.UInt64 | A total size in bytes. |
![]() | Count | System.Int64 | A number of elements. |
![]() | Dimensions | System.Collections.Generic.IReadOnlyList<System.Int32> | |
![]() | IsDisposed | System.Boolean | |
![]() | Ordering | FilNet.TensorDataOrdering | Ordering of a data. |
![]() | Padding | System.Collections.Generic.IReadOnlyList<System.Int32> | |
![]() | Type | FilNet.TensorDataType | A data type. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.TensorFormat) | |
![]() ![]() | Equals(FilNet.TensorFormat, FilNet.TensorFormat) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.TensorFormat) | Resets this instance with data of the other TensorFormat object. |
![]() | ToString() | Inherited from System.Object |