devo_ml.modelmanager.engines
#
Engine code literals to identify the ML engines and infer their model file extensions.
- ONNX = 'ONNX'#
- Extensions:
.onnx
- DT = 'DT'#
- Constant denoting Decision Tree model.Extensions:
.zip
- IDA = 'IDA'#
- Constant denoting Iterated Distillation and Amplification model.Extensions:
.zip
- MLSTATS = 'MLSTATS'#
- Constant denoting ML STATS model.Extensions:
-
- MUA = 'MUA'#
- Constant denoting MUA model.Extensions:
.zip
- UNICODE = 'UNICODE'#
- Constant denoting UNICODE model.Extensions:
.zip
- WORKFLOWS = 'WORKFLOWS'#
- Constant denoting WORKFLOWS model.Extensions:
.json
- get_engine_extensions(engine_code)[source]#
Returns file extensions associated with an engine represented by its code.
An empty list will be returned if it is an unknown engine code.