Cargo Features
Orkhon has no features set by default.
[dependencies]
orkhon = { version = "0.2.3", features = ["tfmodel", "onnxmodel", "pymodel"] }
- tfmodel = tract-tensorflow
-
Affects
config::OrkhonConfig.default_tf_input_fact_shape
… - onnxmodel = tract-onnx
-
Affects
config::OrkhonConfig.default_onnx_input_fact_shape
… - pymodel = pyo3
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- pyo3 pymodel?
-
Enables pyo3 ^0.12
Backend dependencies
- tract-tensorflow tfmodel?
-
Enables tract-tensorflow ^0.12
- tract-onnx onnxmodel?
-
Enables tract-onnx ^0.12