Version: Unity 6.1 Alpha (6000.1)
LanguageEnglish
  • C#

MachineLearningOperatorType

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Type of a machine learning operator.

Properties

NoneNo-op operator.
IdentityIdentity operator.
GemmGeneral Matrix Multiply (GEMM) operator.
ConvConvolution operator.
ReLURectified Linear Unit (ReLU) operator.
ReduceMaxReduce maximum operator.
ReduceMeanReduce mean operator.
ReduceMinReduce minimum operator.
ReduceProdReduce product operator.
ReduceSumReduce sum of squares operator.
ReduceSumSquareReduce sum of squares operator.
ReduceL1Reduce L1 norm operator.
ReduceL2Reduce L2 norm operator.
ReduceLogSumReduce logarithm of sum of exponentials operator.
ReduceLogSumExpReduce logarithm of sum operator.