operator_sets_traditionalml.h#
-
namespace ONNX_LIGHT_NAMESPACE
-
namespace onnx_op
-
namespace traditionalml#
Typedefs
-
using LightOpSchema = ONNX_LIGHT_NAMESPACE::onnx_op::LightOpSchema#
Functions
-
std::vector<LightOpSchema> GetAllOnnxOpTraditionalMLSchemasWithHistory(bool init_doc = true)#
Returns the versioned schema history for all supported traditional ML operators (e.g. Binarizer, LabelEncoder, TreeEnsemble, TreeEnsembleClassifier, TreeEnsembleRegressor, ZipMap) in the ai.onnx.ml domain.
- Returns:
Vector of LightOpSchema objects for the ai.onnx.ml domain, ordered by operator name and descending opset version.
-
using LightOpSchema = ONNX_LIGHT_NAMESPACE::onnx_op::LightOpSchema#
-
namespace traditionalml#
-
namespace onnx_op