Crates.io | tract-api |
lib.rs | tract-api |
version | 0.21.7 |
source | src |
created_at | 2023-08-29 12:39:20.742011 |
updated_at | 2024-09-23 12:28:30.389234 |
description | Tiny, no-nonsense, self contained, TensorFlow and ONNX inference |
homepage | |
repository | https://github.com/sonos/tract |
max_upload_size | |
id | 958054 |
size | 485,057 |
A regular Rust project should include tract-rs
only.
These crates are meant to represent a public API for tract for integration in "simple" use case. We commit on Semver stability on these crates interface. The other crates are considered internal and their interface can change any time.
The public API scope is limited to model-level manipulation, no access to individual model graph nodes and operators is allowed.
tract-api
in tract/api
tract-rs
in tract/api/rs
tract-ffi
in tract/api/ffi
tract-ffi
(use tract as a shared library): tract-proxy
in tract/api/proxy
. It implements tract-api
, so is source-swapable with tract-rs
.tract/api/py