[REFACTOR][PY] Establish tvm.runtime (#4818)
* [REFACTOR][PY] Establish tvm.runtime This PR establishes the tvm.runtime namespace that contains the core runtime data structures. The top-level API are kept inact for now via re-exporting. We will followup later to cleanup some of the top-level APIs. * Fix ndarray name
Showing
python/tvm/_ffi/module.py
deleted
100644 → 0
python/tvm/ndarray.py
deleted
100644 → 0
python/tvm/runtime/__init__.py
0 → 100644
python/tvm/runtime/container.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment