Commit c06bf6e1 authored by gcwenger's avatar gcwenger Committed by Scott Cyphers

Removed unnecessary write from autodiff::get_autodiff (#2988)

parent 445c8158
......@@ -118,7 +118,6 @@ namespace ngraph
// reset the adjoint element
c_vec[i] = 0;
write_vector(c_arg, c_vec);
// for each result
// same as saying for each x "of interest"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment