[Relay][TOPI] operator All (#3124)
authorYong Wu <ywu118@alumni.jh.edu>
Mon, 20 May 2019 18:56:22 +0000 (11:56 -0700)
committerHaichen Shen <shenhaichen@gmail.com>
Mon, 20 May 2019 18:56:22 +0000 (11:56 -0700)
commit9fd8e3c513c8062360199f5d74b79a703ce3e6df
tree2c5c78fa08f575f98c455a511cfb70bb0a27a573
parent3a9de9057913928c9489ed7eb6ba8e72b8457f82
[Relay][TOPI] operator All (#3124)

* [Relay][TOPI] operator All

* Update tests/python/frontend/tensorflow/test_forward.py

Co-Authored-By: yongwww <55wuyong@163.com>
* fix comments

* change to level 4
14 files changed:
docs/api/python/topi.rst
docs/langref/relay_op.rst
include/tvm/expr_operator.h
python/tvm/relay/frontend/tensorflow.py
python/tvm/relay/op/_reduce.py
python/tvm/relay/op/reduce.py
src/lang/expr_operator.cc
src/relay/op/tensor/reduce.cc
tests/python/frontend/tensorflow/test_forward.py
tests/python/relay/test_op_level4.py
topi/include/topi/reduction.h
topi/python/topi/reduction.py
topi/src/topi.cc
topi/tests/python/test_topi_reduce.py