You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sr...@apache.org on 2019/11/18 03:55:11 UTC

[incubator-tvm] branch master updated (2baf310 -> a226973)

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

srk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 2baf310  [Relay][Frontend][Tensorflow]Add conv2d_transpose (#4300)
     add a226973  [Frontend]Add TensorFlow FloorMod (#4308)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/topi.rst                         |  2 ++
 docs/frontend/tensorflow.rst                     |  1 +
 docs/langref/relay_op.rst                        |  2 ++
 python/tvm/relay/frontend/tensorflow.py          | 10 +++++--
 python/tvm/relay/op/_tensor.py                   |  4 +++
 python/tvm/relay/op/tensor.py                    | 36 ++++++++++++++++++++++
 src/relay/op/tensor/binary.cc                    | 12 ++++++++
 tests/python/frontend/tensorflow/test_forward.py | 26 ++++++++++++++--
 tests/python/relay/test_op_level1.py             |  4 ++-
 topi/include/topi/broadcast.h                    | 38 ++++++++++++++++++++++++
 topi/python/topi/broadcast.py                    | 38 ++++++++++++++++++++++++
 topi/src/topi.cc                                 |  2 ++
 topi/tests/python/test_topi_broadcast.py         | 14 +++++++++
 13 files changed, 183 insertions(+), 6 deletions(-)