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