Click or drag to resize

Tensor Properties

https://www.emgu.com/wiki/index.php/Emgu_TF

The Tensor type exposes the following members.

Properties
  NameDescription
Public propertyByteSize
Return the size of the underlying data in bytes.
Public propertyData
Get the tensor data as a managed array
Public propertyDataPointer
Get the native pointer to the tensor data
Public propertyDim
Return the dimension of the tensor
Public propertyDisposed
Returns true if the object has been disposed.
(Inherited from DisposableObject.)
Public propertyJaggedData
Get the tensor data as a jagged array
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyType
Get the type of data from this tensor
Top
See Also