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

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

#include <ReduceOps.h>

Detailed Description

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

This operation initializes an accumulator to the lowest possible value and updates it with the maximum 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: