Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Reduce(MachineLearningContext, in ReduceDescriptor)

Creates a reduce operator.
Read time 1 minuteLast updated 6 days ago

Definition

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

MachineLearningOperatorThe created reduce operator.