|
oevislib_net
0.14.3.0
|
Functions | |
| static void | oevislib_net.DeepLearning.ONNX.TensorOperations.Softmax (Tensor ioTensor, int inAxis) |
| $ is defined as: | |
| static Tensor | oevislib_net.DeepLearning.ONNX.TensorOperations.GetArgMax (Tensor inTensor, int inAxis) |
| Returns the indices of the maximum values along a specified axis. | |
| static Tensor | oevislib_net.DeepLearning.ONNX.TensorOperations.GetArgMin (Tensor inTensor, int inAxis) |
| Returns the indices of the minimum values along a specified axis. | |
|
inlinestatic |
Returns the indices of the maximum values along a specified axis.
| inTensor | Input Tensor. |
| inAxis | The axis along which to compute the Arg Max. |
|
inlinestatic |
Returns the indices of the minimum values along a specified axis.
| inTensor | Input Tensor. |
| inAxis | The axis along which to compute the Arg Min. |