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