operator_sets_text.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace text#

Typedefs

using LightOpSchema = ONNX_LIGHT_NAMESPACE::onnx_op::LightOpSchema#

Functions

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

Returns the versioned schema history for all supported text operators (e.g. RegexFullMatch, StringConcat, StringNormalizer, StringSplit).

Returns:

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