enumeration
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.
CloseFor 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.
CloseType of a machine learning operator.
None | No-op operator. |
Identity | Identity operator. |
Gemm | General Matrix Multiply (GEMM) operator. |
Conv | Convolution operator. |
ReLU | Rectified Linear Unit (ReLU) operator. |
ReduceMax | Reduce maximum operator. |
ReduceMean | Reduce mean operator. |
ReduceMin | Reduce minimum operator. |
ReduceProd | Reduce product operator. |
ReduceSum | Reduce sum of squares operator. |
ReduceSumSquare | Reduce sum of squares operator. |
ReduceL1 | Reduce L1 norm operator. |
ReduceL2 | Reduce L2 norm operator. |
ReduceLogSum | Reduce logarithm of sum of exponentials operator. |
ReduceLogSumExp | Reduce logarithm of sum operator. |