operator_sets_logical_doc.h#
-
namespace ONNX_LIGHT_NAMESPACE
-
namespace onnx_op
-
namespace logical
Functions
-
std::string MakeBinaryLogicalOperatorDoc(const char *op_type, int since_version)#
Returns the documentation string for a binary logical operator at the given opset version.
- Parameters:
op_type – Operator name (e.g. “And”, “Or”, “Xor”, “Greater”, “Less”).
since_version – Opset version for which to generate the documentation.
- Returns:
Documentation string for the operator.
-
std::string MakeBinaryLogicalOperatorDoc(const char *op_type, int since_version)#
-
namespace logical
-
namespace onnx_op