NullTensor()
Creates a descriptor for tensor without data. You can use it to represent optional tensor descriptors in MachineLearningOperatorFactory operator descriptors.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public static MachineLearningTensorDescriptor NullTensor()
Returns
Type | Description |
|---|---|
| MachineLearningTensorDescriptor | Empty tensor descriptor. |