MachineLearningTensorDescriptor(MachineLearningDataType, MachineLearningTensorShape)
Create a new tensor descriptor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public MachineLearningTensorDescriptor(MachineLearningDataType dataType, MachineLearningTensorShape shape)
Parameters
The data type of the tensor.
The shape of the tensor.