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

TensorFormat Class

Namespace:Fil
Assembly:FilNet.Types.dll

A descriptor of data in a tensor.

Constructors

 ConstructorDescription
TensorFormat()
TensorFormat(TensorDataOrdering, TensorDataType)
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 Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
OrderingFil.TensorDataOrdering Ordering of a data.
PaddingSystem.Collections.Generic.List<System.Int32> A length of a padding (in bytes) after data in each dimension.
TypeFil.TensorDataType A data type.

Methods

 NameDescription
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

Remarks

See also