iVS3D v2.0.0
Loading...
Searching...
No Matches
ReduceOps.h File Reference

Contains reduction operations for tensors such as sum, min, max, argmin, and argmax. More...

#include <limits>
#include <cstddef>
#include <utility>

Go to the source code of this file.

Classes

struct  NN::ReduceSum
 Reduces a Tensor by summing its elements along a specified axis. More...
 
struct  NN::ReduceMin
 Reduces a Tensor by computing the minimum value along a specified axis. More...
 
struct  NN::ReduceMax
 Reduces a Tensor by computing the maximum value along a specified axis. More...
 
struct  NN::ReduceArgMin
 Reduces a Tensor by finding the index of the minimum value along a specified axis. More...
 
struct  NN::ReduceArgMax
 Reduces a Tensor by finding the index of the maximum value along a specified axis. More...
 

Namespaces

namespace  NN
 NN Neural Network Library containing Tensor and NeuralNet classes for inference.
 

Detailed Description

Contains reduction operations for tensors such as sum, min, max, argmin, and argmax.

Author
Dominik Wüst (domin.nosp@m.ik.w.nosp@m.uest@.nosp@m.iosb.nosp@m..frau.nosp@m.nhof.nosp@m.er.de)
Date
May 2025