[Relay][Parser] simplify build script, remove python 2 support (#3419)
author雾雨魔理沙 <lolisa@marisa.moe>
Fri, 28 Jun 2019 00:35:03 +0000 (17:35 -0700)
committerYizhi Liu <liuyizhi@apache.org>
Fri, 28 Jun 2019 00:35:03 +0000 (17:35 -0700)
commitb05dc12ff4656d17c55f08fb14144435f47727f6
treeecbf9799d3d99465d2efda428ce92fd4a4b381b5
parent1e9d014b3f648c6b977e86deb9275524d000eac4
[Relay][Parser] simplify build script, remove python 2 support  (#3419)

* simplify build script, remove python 2 support

* remove py2 file

* update py3
16 files changed:
cmake/modules/ANTLR.cmake
python/tvm/relay/_parser.py
python/tvm/relay/grammar/py2/.gitattributes [deleted file]
python/tvm/relay/grammar/py2/Relay.interp [deleted file]
python/tvm/relay/grammar/py2/Relay.tokens [deleted file]
python/tvm/relay/grammar/py2/RelayLexer.interp [deleted file]
python/tvm/relay/grammar/py2/RelayLexer.py [deleted file]
python/tvm/relay/grammar/py2/RelayLexer.tokens [deleted file]
python/tvm/relay/grammar/py2/RelayParser.py [deleted file]
python/tvm/relay/grammar/py2/RelayVisitor.py [deleted file]
python/tvm/relay/grammar/py2/__init__.py [deleted file]
python/tvm/relay/grammar/py3/.gitattributes [deleted file]
python/tvm/relay/grammar/py3/RelayLexer.py
python/tvm/relay/grammar/py3/RelayParser.py
python/tvm/relay/grammar/py3/RelayVisitor.py
python/tvm/relay/grammar/py3/__init__.py [deleted file]