MachineLearningOperatorFactory.ReduceDescriptor
The input tensor descriptor.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public ref struct MachineLearningOperatorFactory.ReduceDescriptor
Fields
Value | Description |
|---|---|
| axes | The axes along which to reduce. |
| O | The output tensor descriptor. |
| reduceFunc | The reduction function to apply. |
| X | The input tensor descriptor. |