iVS3D v2.0.0
Loading...
Searching...
No Matches
NN::ReduceMin Struct Reference

Reduces a Tensor by computing the minimum value along a specified axis. More...

#include <ReduceOps.h>

Detailed Description

Reduces a Tensor by computing the minimum value along a specified axis.

This operation initializes an accumulator to the maximum possible value and updates it with the minimum value found along the specified axis.

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

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