topos 0.12.0

An autodiff compiler stack in Rust.
Documentation
1
2
3
4
5
6
7
8
9
//! The derived tier: faster or foreign readings of the same spec.
//!
//! [`backend`] offers kernels and may decline, leaving the
//! interpreter as the truth; [`emission`] writes a lowered plan as
//! text. Neither belongs in the engine: the engine stays
//! backend-blind, and text is not a kernel.

pub(crate) mod backend;
pub(crate) mod emission;