Method ConvertToComputeTensorData
ConvertToComputeTensorData(TensorShape)
Implement this method to convert to ComputeTensorData.
Declaration
public ComputeTensorData ConvertToComputeTensorData(TensorShape shape)
Parameters
| Type | Name | Description |
|---|---|---|
| TensorShape | shape | The shape of the tensor using the tensor data. |
Returns
| Type | Description |
|---|---|
| ComputeTensorData | Converted |