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

Tensor Class

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

Constructors

 ConstructorDescription
Tensor(TensorFormat)
Tensor(Tensor)Creates a deep copy of the passed object.
Tensor()

Properties

 NameTypeDescription
FormatAvlNet.TensorFormat
IsDisposedSystem.Boolean

Methods

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

See also