Re-exports§
pub use ndarray as tract_ndarray;pub use num_integer;pub use num_traits as tract_num_traits;pub use smallvec as tract_smallvec;pub use crate::prelude::*;
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - bail
- Return early with an error.
- ensure
- Return early with an error if a condition is not satisfied.
- format_
err - Construct an ad-hoc error from a string or existing non-
anyhowerror value.
Structs§
Enums§
Traits§
- Clamp
Cast - DimLike
- A super-trait for value acting as tensor dimensions in tract.
- Opaque
Fact - Opaque
Payload - Tract
Error Context - Provides the
contextmethod forResult.