Tensor Constructor |
Name | Description | |
---|---|---|
![]() | Tensor(Double) |
Create a Tensor that consist of a single float value
|
![]() | Tensor(Double) |
Create a Tensor that consist of an array of double value
|
![]() | Tensor(Int16) |
Create a Tensor that consist of a single int16 value
|
![]() | Tensor(Int32) |
Create a Tensor that consist of a single int value
|
![]() | Tensor(Int32) |
Create a Tensor that consist of an array of int value
|
![]() | Tensor(Int64) |
Create a Tensor that consist of a single int64 value
|
![]() | Tensor(Single) |
Create a Tensor that consist of a single float value
|
![]() | Tensor(Single) |
Create a Tensor that consist of an array of float value
|
![]() | Tensor(UInt16) |
Create a Tensor that consist of an array of UInt16 value
|
![]() | Tensor(UInt32) |
Create a Tensor that consist of an array of UInt32 value
|
![]() | Tensor(UInt64) |
Create a Tensor that consist of an array of UInt64 value
|
![]() | Tensor(DataType, Int32) |
Allocate a new tensor. The caller must set the Tensor values by writing them to the DataPointer
with length ByteSize.
|