[TE] reverse-mode autodiff without any optimization (#5121)
* [TE] reverse-mode autodiff without any optimization Co-authored-by: Sergei Grechanik <sergei.grechanik+h@gmail.com> * address review comments * add comments and retrigger CI * move unittest to debug ci * move test back and add seed Co-authored-by: Sergei Grechanik <sergei.grechanik+h@gmail.com>
Showing
include/tvm/te/autodiff.h
0 → 100644
python/tvm/te/autodiff.py
0 → 100644
src/te/autodiff/ad_util.cc
0 → 100644
src/te/autodiff/ad_util.h
0 → 100644
src/te/autodiff/adjoint.cc
0 → 100644
src/te/autodiff/jacobian.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tests/python/unittest/test_te_autodiff.py
0 → 100644
Please
register
or
sign in
to comment