pub use local::Add;
pub use local::Sub;
pub use local::Mul;
pub use local::Div;
pub use linear::Linear;
pub use loss::MSELoss;
View op
Op is the Rc wrapper of typed op trait
Verify the gradient implementation is right.