Interface IConvertibleToBurstTensorData
An interface that provides methods for converting custom tensor data to BurstTensorData
.
Namespace: Unity.Sentis
Syntax
public interface IConvertibleToBurstTensorData
Methods
ConvertToBurstTensorData(TensorShape)
Implement this method to convert to BurstTensorData
.
Declaration
BurstTensorData ConvertToBurstTensorData(TensorShape shape)
Parameters
Type | Name | Description |
---|---|---|
TensorShape | shape |
Returns
Type | Description |
---|---|
BurstTensorData |