Reduce(CommandBuffer?, MachineLearningOperator, ComputeBuffer, ComputeBuffer)
Executes the reduce operator.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
Reduce(CommandBuffer, MachineLearningOperator, ComputeBuffer, ComputeBuffer)
public static void Reduce(CommandBuffer? cb, MachineLearningOperator op, ComputeBuffer X, ComputeBuffer O)
Parameters
The command buffer.
The reduce machine learning operator handle.
The input tensor.
The output tensor.