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 MakeStringConcatDoc(int since_version)#
-
namespace text
-
namespace onnx_op