operator_sets_sequence.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace sequence#

Typedefs

using LightOpSchema = ONNX_LIGHT_NAMESPACE::onnx_op::LightOpSchema#

Functions

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

Returns the versioned schema history for all supported sequence operators (e.g. SequenceEmpty, SequenceLength).

Returns:

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