[RELAY]Frontend darknet (#2773)
authorSiju <siju.samuel@huawei.com>
Fri, 24 May 2019 21:38:08 +0000 (03:08 +0530)
committerMORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
Fri, 24 May 2019 21:38:08 +0000 (06:38 +0900)
commitd3958e114ec435b7829bdb380d7bbe7410831bad
tree9d6820a77663c0f670d797f8a644bbf15c513d77
parent138ec7be78a436de0f73782f9a827c546ac31691
[RELAY]Frontend darknet (#2773)

* [RELAY]Frontend darknet

* CI test file updated & CI error fixed

* avg_pool pad fix

* Changed repo_url and doc formatting
12 files changed:
nnvm/python/nnvm/testing/__init__.py
nnvm/tests/python/frontend/darknet/test_forward.py
nnvm/tutorials/from_darknet.py
python/tvm/relay/frontend/__init__.py
python/tvm/relay/frontend/common.py
python/tvm/relay/frontend/darknet.py [new file with mode: 0644]
python/tvm/relay/testing/__init__.py
python/tvm/relay/testing/darknet.py [moved from nnvm/python/nnvm/testing/darknet.py with 100% similarity]
python/tvm/relay/testing/yolo_detection.py [moved from nnvm/python/nnvm/testing/yolo_detection.py with 100% similarity]
tests/python/frontend/darknet/test_forward.py [new file with mode: 0644]
tests/scripts/task_python_frontend.sh
tutorials/frontend/from_darknet.py [new file with mode: 0644]