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