catgrad 0.2.1

a categorical deep learning compiler
Documentation
1
2
3
4
use crate::abstract_interpreter::parameters;
use crate::typecheck::interpreter::Interpreter;

pub type Parameters = parameters::Parameters<Interpreter>;