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

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


    omit 845b066  update ci-gpu image to v0.81
    omit b717c0e  remove gcn tutorial workaround
    omit c2146d9  validating ci_gpu:20220128-070420-fa317edf7
     add 5029c9d  Update nn.rs (#10063)
     add d8d0053   [Fix Bug]fix the bugs of keras frontend when parsing LSTM, 
GRU, RNN layers. (#9850)
     add f2d60fe  [Caffe Frontend] Add support for Power layer (#9655)
     new 09614c1  Update qemu image

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   (845b066)
            \
             N -- N -- N   refs/heads/ci-docker-staging (09614c1)

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:
 Jenkinsfile                                 |  4 ++--
 gallery/how_to/work_with_relay/build_gcn.py |  6 ++++++
 python/tvm/relay/frontend/caffe.py          | 14 ++++++++++++++
 python/tvm/relay/frontend/keras.py          | 21 +++++++++++++++------
 rust/tvm/src/ir/relay/attrs/nn.rs           |  1 +
 tests/python/frontend/caffe/test_forward.py | 19 +++++++++++++++++++
 tests/python/frontend/keras/test_forward.py | 17 +++++++++++++++++
 7 files changed, 74 insertions(+), 8 deletions(-)

Reply via email to