Add support and testing for tf.assert (as no-op) and tf.no_op to TF Relay frontend...
authorBjarke Hammersholt Roune <bjarke.roune@gmail.com>
Wed, 23 Oct 2019 20:53:03 +0000 (13:53 -0700)
committerZhi <5145158+zhiics@users.noreply.github.com>
Wed, 23 Oct 2019 20:53:03 +0000 (13:53 -0700)
commitc147a31ddea3ba675b72185dd066e52e739b278d
tree7203e8db86395155db5b7f719fcb7a1b016ac9f6
parent5408d3a3bf8d0cb403e3233121513f5ee40d093b
Add support and testing for tf.assert (as no-op) and tf.no_op to TF Relay frontend. (#4172)
python/tvm/relay/frontend/tensorflow.py
tests/python/frontend/tensorflow/test_debugging.py [new file with mode: 0644]
tests/python/frontend/tensorflow/test_no_op.py [new file with mode: 0644]