Registry / other / tract-pulse

tract-pulse

JSON →
library0.23.2rscratesunverified

Tiny, no-nonsense, self-contained TensorFlow and ONNX inference engine with pulse support.

# Cargo.toml [dependencies] tract-pulse = "0.23.2"
INSTALL
IMPORT
SIG · TRACT-PULSE
T
tract-pulse
otherrustv0.23.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pulse
use tract_pulse::pulse::Pulse;

Initializes the Pulse inference engine for TensorFlow/ONNX models.

use tract_pulse::pulse::Pulse; fn main() { let pulse = Pulse::new(); println!("Pulse inference engine initialized"); }
Debug
Known issues
gotchaRequires ONNX or TensorFlow model format; no built-in model loading
fix
Use tract-core for model loading before passing to Pulse
affects: >=0.23.0
Upgrade
Version history
0.23.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
tract-pulse — cargo add tract-pulse · libregistry