Commit Graph

5 Commits

Author SHA1 Message Date
Tianqi Chen 1f6c498bcb [DOCS] Migrate some markdowns to rst, fix sphinx3 warnings (#5416)
* [DOCS] Migrate some markdowns to rst, fix sphinx3 warnings

* Add note block
2020-04-23 12:40:11 -07:00
Cody Yu 98e7709ff9 [DOCS] Fix Sphinx Warnings (RST indent, cross-ref, and image scale) (#4920)
* fix indents

* Fix image scale and cross-ref
2020-02-20 14:09:34 -08:00
Tianqi Chen d2ae8c95d5 [DOCS] Update API docs to reflect the status after the refactor. (#4907) 2020-02-18 15:39:59 -08:00
tqchen 176ffe5058 [DOCS][PY] Sphinx docs about tvm.ir 2020-02-12 08:01:22 -08:00
Tianqi Chen e0122c0ea6 [REFACTOR][PY][API-Change] Polish tvm.runtime, tvm.runtime.module API update (#4837)
* [REFACTOR][PY-API] Polish tvm.runtime, tvm.runtime.module API update

This PR updates the tvm.runtime to use the new FFI style.

- Remove top-level tvm.module to avoid confusion between runtime.Module and IRModule
- API changes wrt to runtime.Module
  - tvm.module.load -> tvm.runtime.load_module
  - tvm.module.enabled -> tvm.runtime.enabled
  - tvm.module.system_lib -> tvm.runtime.system_lib
- Remove dep on api_internal from runtime.

* Update module.load in the latest API
2020-02-07 09:15:08 -08:00