[FFI] FFI container support, custom structure extension via Object (#693)
* WIP: import tvm runtime node system * WIP: object system * containers * tested basic container composition * tested custom object * fix setattr bug * tested object container return * fix lint * some comments about get/set state * fix lint * fix lint * update cython * fix cython * ffi doc * fix doc
Showing
python/dgl/container.py
0 → 100644
src/api/api_container.cc
0 → 100644
src/runtime/c_object_api.cc
0 → 100644
src/runtime/object.cc
0 → 100644
Please register or sign in to comment