Tensor Properties |
The Tensor type exposes the following members.
Name | Description | |
---|---|---|
![]() | ByteSize |
Return the size of the underlying data in bytes.
|
![]() | Data |
Get the tensor data as a managed array
|
![]() | DataPointer |
Get the native pointer to the tensor data
|
![]() | Dim |
Return the dimension of the tensor
|
![]() | Disposed |
Returns true if the object has been disposed.
(Inherited from DisposableObject.) |
![]() | JaggedData |
Get the tensor data as a jagged array
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Type |
Get the type of data from this tensor
|