• 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
..
autodiff Loading commit data...
all_close.hpp Loading commit data...
ndarray.hpp Loading commit data...
random.hpp Loading commit data...
test_tools.cpp Loading commit data...
test_tools.hpp Loading commit data...