Method DataSetToTensor
DataSetToTensor()
Creates and returns a CPU Tensor of the constant.
Declaration
public Tensor DataSetToTensor()
Returns
| Type | Description |
|---|---|
| Tensor | The created tensor. |
Exceptions
| Type | Condition |
|---|---|
| NotImplementedException | Thrown when a given data type is not supported. |