iVS3D v2.0.0
Loading...
Searching...
No Matches
ReduceOps

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...
 

Detailed Description