operator_sets_math_doc.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace math

Functions

std::string MakeElementwiseMathDoc(const char *op_type, int since_version)#

Returns the documentation string for an element-wise math operator at the given opset version.

Parameters:
  • op_type – Operator name (e.g. “Add”, “Mul”).

  • since_version – Opset version for which to generate the documentation.

Returns:

Documentation string for the operator.

std::string MakeUnaryMathDoc(const char *op_type)#

Returns the documentation string for a unary element-wise math operator.

Parameters:

op_type – Operator name (e.g. “Sin”, “Cos”, “Abs”).

Returns:

Documentation string for the operator.

std::string MakeUnaryMathOutputDescription(const char *op_type)#

Returns the output description for a unary element-wise math operator.

Parameters:

op_type – Operator name (e.g. “Sin”, “Cos”, “Abs”).

Returns:

Output description string.

std::string MakeBlackmanWindowDoc()#

Returns the documentation string for the BlackmanWindow operator.

Returns:

Documentation string for the BlackmanWindow operator.

std::string MakePowDoc()#

Returns the documentation string for the Pow operator.

Returns:

Documentation string for the Pow operator.

std::string MakeMatMulDoc()#

Returns the documentation string for the MatMul operator.

Returns:

Documentation string for the MatMul operator.

std::string MakeGemmDoc(int since_version)#

Returns the documentation string for the Gemm operator at the given opset version.

Parameters:

since_version – Opset version for which to generate the documentation.

Returns:

Documentation string for the Gemm operator.