Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Reduce(CommandBuffer?, MachineLearningOperator, ComputeBuffer, ComputeBuffer)

Executes the reduce operator.
Read time 1 minuteLast updated 10 days ago

Definition

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.