![]() |
iVS3D v2.0.9
|
Reduces a Tensor by finding the index of the maximum value along a specified axis. More...
#include <ReduceOps.h>
Reduces a Tensor by finding the index of the maximum value along a specified axis.
This operation initializes an accumulator with the first index and the lowest possible value. It updates the accumulator with the index and value of the maximum element found along the specified axis.