operator_sets_controlflow_doc.h# namespace ONNX_LIGHT_NAMESPACE namespace onnx_op namespace controlflow Functions std::string MakeIfDoc()# Returns the documentation string for the If operator. Returns: Documentation string for the If operator. std::string MakeIfOutputDescription(int since_version)# Returns the output description string for the If operator at the given opset version. Parameters: since_version – Opset version for which to generate the description. Returns: Output description string.