Reduce(MachineLearningContext, in ReduceDescriptor)
Creates a reduce operator.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
Reduce(MachineLearningContext, ReduceDescriptor)
public static MachineLearningOperator Reduce(MachineLearningContext context, in MachineLearningOperatorFactory.ReduceDescriptor desc)
Parameters
The context for pooling compiled operators.
The reduce descriptor.
Returns
Type | Description |
|---|---|
| MachineLearningOperator | The created reduce operator. |