Expand description
Reduction algorithms
Structs§
- ArgMax
- Compute the coordinate of the maximum item returning the smallest coordinate in case of equality.
- ArgMin
- Compute the coordinate of the maximum item returning the smallest coordinate in case of equality.
- Mean
- Prod
- Reduce
- Reduce
Autotune Key - Autotune key representative of redue versions
- Reduce
Ops - Reduce
Plane - Reduce
Shared - Reduce
Shared Plane - Sum
Enums§
- Reduce
Strategy - Select a strategy to perform a reduction.
Functions§
- autotune_
reduce - Executes autotune on reduce operations.
- init_
reduce_ output - Creates an empty output tensor with the proper shape and decreasing strides to reduce the given
axisofinputor returnNoneifaxisis out-of-bound. - reduce
- Reduce all elements of the
inputtensor using the instructionRdand the given Strategy. - reduce_
dim - Reduce the given
axisof theinputtensor using the instructionRdand the given Strategy.