operator_sets_math.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace math#

Typedefs

using LightOpSchema = ONNX_LIGHT_NAMESPACE::onnx_op::LightOpSchema#

Functions

std::vector<LightOpSchema> GetAllOnnxOpMathSchemasWithHistory(bool init_doc = true)#

Returns the versioned schema history for all supported math operators (e.g. Abs, Add, Sin, Cos, Pow, BlackmanWindow, MatMul, Gemm).

Returns:

Vector of LightOpSchema objects for the math domain, ordered by operator name and descending opset version.