Re-exports

pub use local::Add;
pub use local::Sub;
pub use local::Mul;
pub use local::Div;
pub use linear::Linear;
pub use loss::MSELoss;

Modules

Structs

Op is the Rc wrapper of typed op trait

Traits

Functions

Verify the gradient implementation is right.