![]() |
iVS3D v2.0.0
|
Reduces a Tensor by computing the minimum value along a specified axis. More...
#include <ReduceOps.h>
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.