operator_sets_tensor_doc.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_op
namespace tensor

Functions

std::string MakeCastDoc(int since_version)#

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

Parameters:

since_version – Opset version for which to generate the documentation.

Returns:

Documentation string for the Cast operator.

std::string MakeCastInputTypeConstraintDescription(int since_version)#

Returns the input type-constraint description for the Cast operator at the given opset version.

Parameters:

since_version – Opset version for which to generate the description.

Returns:

Type-constraint description string for the Cast input.

std::string MakeCastOutputTypeConstraintDescription(int since_version)#

Returns the output type-constraint description for the Cast operator at the given opset version.

Parameters:

since_version – Opset version for which to generate the description.

Returns:

Type-constraint description string for the Cast output.

std::string MakeConcatDoc(int since_version)#

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

Parameters:

since_version – Opset version for which to generate the documentation.

Returns:

Documentation string for the Concat operator.

std::string MakeConcatTypeConstraintDescription(int since_version)#

Returns the type-constraint description for the Concat operator at the given opset version.

Parameters:

since_version – Opset version for which to generate the description.

Returns:

Type-constraint description string for the Concat input/output.