operator_sets_text_doc.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace text

Functions

std::string MakeStringConcatDoc(int since_version)#

Returns the documentation string for the StringConcat operator at the given opset version.

Parameters:

since_version – Opset version for which to generate the documentation.

Returns:

Documentation string for the StringConcat operator.

std::string MakeStringSplitDoc(int since_version)#

Returns the documentation string for the StringSplit operator at the given opset version.

Parameters:

since_version – Opset version for which to generate the documentation.

Returns:

Documentation string for the StringSplit operator.

std::string MakeRegexFullMatchDoc(int since_version)#

Returns the documentation string for the RegexFullMatch operator at the given opset version.

Parameters:

since_version – Opset version for which to generate the documentation.

Returns:

Documentation string for the RegexFullMatch operator.

std::string MakeStringNormalizerDoc(int since_version)#

Returns the documentation string for the StringNormalizer operator at the given opset version.

Parameters:

since_version – Opset version for which to generate the documentation.

Returns:

Documentation string for the StringNormalizer operator.