![]() |
iVS3D v2.0.0
|
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. | |
Contains reduction operations for tensors such as sum, min, max, argmin, and argmax.