operator_sets_traditionalml_doc.h#
-
namespace onnx_light
Alias that makes onnx-light headers compatible with code that references
ONNX_LIGHT_NAMESPACE(the macro used in the standard onnx package).Set to
ONNX_LIGHT_NAMESPACEso both names resolve to the same namespace.Symbol-visibility attribute for the public onnx-light C++ API.
Defined as empty because onnx-light does not require explicit
__declspec(dllexport)or__attribute__((visibility("default")))annotations — visibility is controlled at the shared-library level. The macro is provided so that vendored ONNX headers that decorate their declarations withONNX_APIcompile without modification.Namespace alias so that ONNX C++ code (and consumers such as onnxruntime) that refers to the literal
onnxnamespace — rather than theONNX_NAMESPACEmacro — resolves to the onnx-light namespace. The standard onnx package lives innamespace onnx; onnx-light usesonnx_light(via ONNX_LIGHT_NAMESPACE), so this alias keeps onnx-light a true drop-in. It is only introduced when the onnx-light namespace differs fromonnx.-
namespace onnx_op
-
namespace traditionalml
Functions
-
std::string MakeArrayFeatureExtractorDoc()#
Returns the documentation string for the ArrayFeatureExtractor operator.
- Returns:
Documentation string for the ArrayFeatureExtractor operator.
-
std::string MakeImputerDoc()#
Returns the documentation string for the Imputer operator.
- Returns:
Documentation string for the Imputer operator.
-
std::string MakeBinarizerDoc()#
Returns the documentation string for the Binarizer operator.
- Returns:
Documentation string for the Binarizer operator.
-
std::string MakeCastMapDoc()#
Returns the documentation string for the CastMap operator.
- Returns:
Documentation string for the CastMap operator.
-
std::string MakeCategoryMapperDoc()#
Returns the documentation string for the CategoryMapper operator.
- Returns:
Documentation string for the CategoryMapper operator.
-
std::string MakeLabelEncoderDoc()#
Returns the documentation string for the LabelEncoder operator.
- Returns:
Documentation string for the LabelEncoder operator.
-
std::string MakeLinearClassifierDoc()#
Returns the documentation string for the LinearClassifier operator.
- Returns:
Documentation string for the LinearClassifier operator.
-
std::string MakeLinearRegressorDoc()#
Returns the documentation string for the LinearRegressor operator.
- Returns:
Documentation string for the LinearRegressor operator.
-
std::string MakeNormalizerDoc()#
Returns the documentation string for the Normalizer operator.
- Returns:
Documentation string for the Normalizer operator.
-
std::string MakeOneHotEncoderDoc()#
Returns the documentation string for the OneHotEncoder operator.
- Returns:
Documentation string for the OneHotEncoder operator.
-
std::string MakeScalerDoc()#
Returns the documentation string for the Scaler operator.
- Returns:
Documentation string for the Scaler operator.
-
std::string MakeSVMClassifierDoc()#
Returns the documentation string for the SVMClassifier operator.
- Returns:
Documentation string for the SVMClassifier operator.
-
std::string MakeSVMRegressorDoc()#
Returns the documentation string for the SVMRegressor operator.
- Returns:
Documentation string for the SVMRegressor operator.
-
std::string MakeZipMapDoc()#
Returns the documentation string for the ZipMap operator.
- Returns:
Documentation string for the ZipMap operator.
-
std::string MakeTreeEnsembleClassifierDoc(int since_version)#
Returns the documentation string for the TreeEnsembleClassifier operator at the requested opset version.
- Parameters:
since_version – Opset version at which the schema was introduced (1, 3 or 5).
- Returns:
Documentation string for the TreeEnsembleClassifier operator.
-
std::string MakeTreeEnsembleRegressorDoc(int since_version)#
Returns the documentation string for the TreeEnsembleRegressor operator at the requested opset version.
- Parameters:
since_version – Opset version at which the schema was introduced (1, 3 or 5).
- Returns:
Documentation string for the TreeEnsembleRegressor operator.
-
std::string MakeTreeEnsembleDoc()#
Returns the documentation string for the TreeEnsemble operator.
- Returns:
Documentation string for the TreeEnsemble operator.
-
std::string MakeArrayFeatureExtractorDoc()#
-
namespace traditionalml
-
namespace onnx_op