operator_sets_generator.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace generator#

Typedefs

using LightOpSchema = ONNX_LIGHT_NAMESPACE::onnx_op::LightOpSchema#

Functions

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

Returns the versioned schema history for all supported generator operators (e.g. Constant).

Returns:

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