This is an automated email from the ASF dual-hosted git repository.
ruihangl pushed a change to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
from f63fcba404 [Unity] Fix FuseOpsByPattern when a subgraph can be matched
by multiple residual patterns (#15308)
add 0924abad15 [Unity][Op] Add leaky relu operator (#15296)
No new revisions were added by this update.
Summary of changes:
include/tvm/relax/attrs/nn.h | 9 +++
python/tvm/relax/frontend/torch/fx_translator.py | 13 ++++
python/tvm/relax/op/nn/nn.py | 23 +++++++
python/tvm/relax/transform/legalize_ops/nn.py | 5 ++
src/relax/op/nn/nn.cc | 20 ++++++
src/relax/op/nn/nn.h | 3 +
tests/python/relax/test_frontend_from_fx.py | 37 +++++++++++
tests/python/relax/test_op_nn.py | 6 ++
.../python/relax/test_transform_legalize_ops_nn.py | 73 ++++++++++++++++++++++
9 files changed, 189 insertions(+)