This is an automated email from the ASF dual-hosted git repository.

junrushao pushed a change to branch unity-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 9e6c77a855 Merge remote-tracking branch 'apache-upstream/main' into 
unity-staging
     add 676def7c9d [Unity][Frontend][NN] Switch to always using fp32 for 
timestep embedding calculation (#15811)
     add 61bed643aa [TFLite][Frontend] Support quantized LESS_EQUAL (#15790)
     add ab3511a230 [Hotfix][TFLite] Disable test of quantized floor mod 
(#15802)
     new 8ff15c1626 Merge remote-tracking branch 'apache-upstream/main' into 
unity-staging

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9e6c77a855)
            \
             N -- N -- N   refs/heads/unity-staging (8ff15c1626)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 python/tvm/relax/frontend/nn/op.py             | 15 ++++++++++-----
 python/tvm/relay/frontend/tflite.py            |  6 +-----
 tests/python/frontend/tflite/test_forward.py   | 20 +++++++++++++++++---
 tests/python/relax/test_frontend_nn_modules.py |  5 +++--
 tests/python/relax/test_frontend_nn_op.py      |  5 +++--
 5 files changed, 34 insertions(+), 17 deletions(-)

Reply via email to