You are here: Start » TensorFormat Class

TensorFormat Class

Namespace:FilNet
Assembly:FIL.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
OrderingFilNet.TensorDataOrderingOrdering of a data.
PaddingSystem.Collections.Generic.IReadOnlyList<System.Int32>
TypeFilNet.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(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

Remarks

See also