Crate cervo_core

Source
Expand description

§Cervo Core

This crate contains some wrappers and extensions for Tract we use to simplify our workflows.

Re-exports§

pub use tract_core;
pub use tract_hir;

Modules§

batcher
Tools for batching and batched execution.
epsilon
Utilities for filling noise inputs for an inference model.
inferer
Inferers is the main access-point for cervo; providing a higher-level API on top of tract. Irregardless of inferer-flavour you choose, cervo tries to provide a uniform API for batched dictionary based inference.
prelude
Most core utilities are re-exported here.
recurrent