iVS3D v2.0.9
Loading...
Searching...
No Matches
NN::ReduceArgMin Struct Reference

Reduces a Tensor by finding the index of the minimum value along a specified axis. More...

#include <ReduceOps.h>

Detailed Description

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.

See also
Tensor::reduceWithIndex For the main reduction function that applies this operation.
reduceWithIndex.cpp For an example of using Tensor::reduceWithIndex.

The documentation for this struct was generated from the following file: