oevislib_net  0.14.3.0
Loading...
Searching...
No Matches
Tensors Functions

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.

Detailed Description

Function Documentation

◆ GetArgMax()

Tensor oevislib_net.DeepLearning.ONNX.TensorOperations.GetArgMax ( Tensor inTensor,
int inAxis )
inlinestatic

Returns the indices of the maximum values along a specified axis.

Parameters
inTensorInput Tensor.
inAxisThe axis along which to compute the Arg Max.
Returns
A tensor containing the indices of the maximum values along the specified axis.

◆ GetArgMin()

Tensor oevislib_net.DeepLearning.ONNX.TensorOperations.GetArgMin ( Tensor inTensor,
int inAxis )
inlinestatic

Returns the indices of the minimum values along a specified axis.

Parameters
inTensorInput Tensor.
inAxisThe axis along which to compute the Arg Min.
Returns
A tensor containing the indices of the minimum values along the specified axis.

◆ Softmax()

void oevislib_net.DeepLearning.ONNX.TensorOperations.Softmax ( Tensor ioTensor,
int inAxis )
inlinestatic

$ is defined as:

Parameters
ioTensorInput Tensor.
inAxisAxis to compute the function along.