• Robert Kimball's avatar
    Fix autodiff uninitialized data error (#329) · 3269387e
    Robert Kimball authored
    * fix autodiff on non-NGVM backends. NGVM initializes all tensors to zero on allocation while the other backends do not. Had to initialize vector before use.
    
    * change autodiff tests to use INTERPRETER
    3269387e
Name
Last commit
Last update
..
backprop_derivative.hpp Loading commit data...
backprop_function.cpp Loading commit data...
backprop_function.hpp Loading commit data...
numeric_derivative.hpp Loading commit data...