operator_sets_optional_doc.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace optional

Functions

std::string MakeOptionalDoc(int since_version)#

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

Parameters:

since_version – Opset version for which to return the documentation.

Returns:

Documentation string for the Optional operator.

std::string MakeOptionalHasElementDoc(int since_version)#

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

Parameters:

since_version – Opset version for which to return the documentation.

Returns:

Documentation string for the OptionalHasElement operator.

std::string MakeOptionalGetElementDoc(int since_version)#

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

Parameters:

since_version – Opset version for which to return the documentation.

Returns:

Documentation string for the OptionalGetElement operator.