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/tvm.git.
from b84eb16 [ONNX] Fix issues for Clip and RoiAlign (#7237)
add e3b2984 Do not use ICHECK in nnvm (#7255)
No new revisions were added by this update.
Summary of changes:
nnvm/include/nnvm/graph.h | 4 ++--
nnvm/include/nnvm/layout.h | 40 +++++++++++++++++++--------------------
nnvm/include/nnvm/op.h | 12 ++++++------
nnvm/include/nnvm/tuple.h | 4 ++--
nnvm/src/core/graph.cc | 10 +++++-----
nnvm/src/core/op.cc | 2 +-
nnvm/src/core/pass.cc | 2 +-
nnvm/src/core/symbolic.cc | 22 ++++++++++-----------
nnvm/src/pass/correct_layout.cc | 12 ++++++------
nnvm/src/pass/gradient.cc | 16 ++++++++--------
nnvm/src/pass/graph_algorithm.h | 10 +++++-----
nnvm/src/pass/infer_shape_type.cc | 24 +++++++++++------------
nnvm/src/pass/place_device.cc | 12 ++++++------
nnvm/src/pass/plan_memory.cc | 4 ++--
nnvm/src/pass/print_graph_ir.cc | 2 +-
nnvm/src/pass/saveload_json.cc | 18 +++++++++---------
nnvm/tests/cpp/op_test.cc | 2 +-
nnvm/tests/cpp/tuple_test.cc | 8 ++++----
18 files changed, 102 insertions(+), 102 deletions(-)