[DOC][Relay]: Add API docs for Relay. (#1750)
authorJared Roesch <roeschinc@gmail.com>
Sun, 2 Dec 2018 06:27:49 +0000 (22:27 -0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Sun, 2 Dec 2018 06:27:49 +0000 (22:27 -0800)
commit20afa0a5353f08ebb3c63786e06f2285bcecb9ba
tree24b3baa4039562d5f6275ae4aabea9a06556a400
parentcb06a184f4d9c9f4338a6894ffc009eefbb87874
[DOC][Relay]: Add API docs for Relay. (#1750)
21 files changed:
docs/api/python/index.rst
docs/api/python/relay/backend.rst [new file with mode: 0644]
docs/api/python/relay/base.rst [new file with mode: 0644]
docs/api/python/relay/build_module.rst [new file with mode: 0644]
docs/api/python/relay/expr.rst [new file with mode: 0644]
docs/api/python/relay/frontend.rst [new file with mode: 0644]
docs/api/python/relay/image.rst [new file with mode: 0644]
docs/api/python/relay/index.rst [new file with mode: 0644]
docs/api/python/relay/ir_pass.rst [new file with mode: 0644]
docs/api/python/relay/module.rst [new file with mode: 0644]
docs/api/python/relay/nn.rst [new file with mode: 0644]
docs/api/python/relay/op.rst [new file with mode: 0644]
docs/api/python/relay/scope_builder.rst [new file with mode: 0644]
docs/api/python/relay/ty.rst [new file with mode: 0644]
docs/api/python/relay/vision.rst [new file with mode: 0644]
python/tvm/relay/backend/interpreter.py
python/tvm/relay/base.py
python/tvm/relay/build_module.py
python/tvm/relay/frontend/__init__.py
python/tvm/relay/image.py
python/tvm/relay/scope_builder.py