[RELAY] Remove re-exports of tvm.transform (#5337)
authorTianqi Chen <tqchen@users.noreply.github.com>
Wed, 15 Apr 2020 00:03:15 +0000 (17:03 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 00:03:15 +0000 (17:03 -0700)
commit275e317c568a75db8a13960bcb9112f7859ef9aa
tree8fd6867d39d17e5d07a47fae9e7991a22eb59960
parentf08d5d78ee000b2c113ac451f8d73817960eafd5
[RELAY] Remove re-exports of tvm.transform (#5337)
38 files changed:
docs/api/python/ir.rst
docs/dev/convert_layout.rst
docs/dev/relay_pass_infra.rst
include/tvm/ir/transform.h
python/tvm/ir/json_compact.py
python/tvm/ir/transform.py
python/tvm/relay/__init__.py
python/tvm/relay/backend/interpreter.py
python/tvm/relay/qnn/transform.py
python/tvm/relay/quantize/quantize.py
python/tvm/relay/testing/__init__.py
python/tvm/relay/testing/py_converter.py
python/tvm/relay/transform/transform.py
src/ir/transform.cc
src/relay/transforms/print_ir.cc [deleted file]
tests/python/relay/test_op_level10.py
tests/python/relay/test_pass_alter_op_layout.py
tests/python/relay/test_pass_annotation.py
tests/python/relay/test_pass_canonicalize_cast.py
tests/python/relay/test_pass_combine_parallel_conv2d.py
tests/python/relay/test_pass_combine_parallel_dense.py
tests/python/relay/test_pass_convert_op_layout.py
tests/python/relay/test_pass_dead_code_elimination.py
tests/python/relay/test_pass_eliminate_common_subexpr.py
tests/python/relay/test_pass_eta_expand.py
tests/python/relay/test_pass_fold_constant.py
tests/python/relay/test_pass_fold_scale_axis.py
tests/python/relay/test_pass_lazy_gradient_init.py
tests/python/relay/test_pass_legalize.py
tests/python/relay/test_pass_mac_count.py
tests/python/relay/test_pass_manager.py
tests/python/relay/test_pass_partial_eval.py
tests/python/relay/test_pass_partition_graph.py
tests/python/relay/test_pass_qnn_legalize.py
tests/python/relay/test_pass_to_a_normal_form.py
tests/python/relay/test_pass_to_cps.py
tutorials/dev/relay_pass_infra.py
vta/python/vta/top/graphpack.py