This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 4c4888b [ManifestAlloc] Handle TupleType inputs in CheckReshapeOnly
(#6776)
add 39cd612 [Relay][Training] Add more missing gradients (#6767)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/_tensor.py | 1 +
python/tvm/relay/op/_tensor_grad.py | 141 ++++++++++++++++++++++++++++-
python/tvm/relay/testing/__init__.py | 6 +-
src/relay/analysis/type_solver.cc | 2 +-
tests/python/relay/test_op_grad_level1.py | 6 ++
tests/python/relay/test_op_grad_level10.py | 5 +
tests/python/relay/test_op_grad_level3.py | 44 ++++++++-
7 files changed, 201 insertions(+), 4 deletions(-)