This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 0554a46789 [TIR][Arith] Support negative coeff in ModularSet (#13081)
add 0c10302fd0 [Arith] Add internal NarrowPredicateExpression utility
(#13041)
add de7f762436 typo in 'build' NNPACK (#13215)
No new revisions were added by this update.
Summary of changes:
docs/install/nnpack.rst | 2 +-
src/arith/narrow_predicate_expression.cc | 219 +++++++++++++++++++++
src/arith/narrow_predicate_expression.h | 57 ++++++
.../test_arith_narrow_predicate_expression.py | 87 ++++++++
4 files changed, 364 insertions(+), 1 deletion(-)
create mode 100644 src/arith/narrow_predicate_expression.cc
create mode 100644 src/arith/narrow_predicate_expression.h
create mode 100644
tests/python/unittest/test_arith_narrow_predicate_expression.py