Here we are just computing partial derivatives of z = 2x^2 + 3y + 1 . use autograd as ag; ag::with(|g: &mut ag::Graph<_>| { let x = g.placeholder(&[]); ...
確定! 回上一頁