ReduceType Fields |
The ReduceType type exposes the following members.
| Name | Description | |
|---|---|---|
| ReduceAvg |
The output is the mean vector of all the matrix rows/columns
| |
| ReduceMax |
The output is the maximum (column/row-wise) of all the matrix rows/columns
| |
| ReduceMin |
The output is the minimum (column/row-wise) of all the matrix rows/columns
| |
| ReduceSum |
The output is the sum of all the matrix rows/columns
| |
| value__ |