operator_sets_quantization.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace quantization#

Typedefs

using LightOpSchema = ONNX_LIGHT_NAMESPACE::onnx_op::LightOpSchema#

Functions

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

Returns the versioned schema history for all supported quantization operators (e.g. QuantizeLinear) in the ai.onnx domain.

Returns:

Vector of LightOpSchema objects for the ai.onnx quantization operators, ordered by operator name and descending opset version.