Lingfan Yu
|
a1d50f0f53
|
[Refactor] Rename before release (#261)
* include/dgl/runtime
* include
* src/runtime
* src/graph
* src/scheduler
* src
* clean up CMakeLists
* further clean up in cmake
* install commands
* python/dgl/_ffi/_cython
* python/dgl/_ffi/_ctypes
* python/dgl/_ffi
* python/dgl
* some fix
* copy right
|
2018-12-05 16:45:36 -05:00 |
|
Gan Quan
|
2ecd2b23ec
|
[Frame] Support slice type indexing; optimize dgl.batch (#110)
* cherry picking optimization from jtnn
* unbatch by slicing frames
* reduce pack
* oops
* support frame read/write with slices
* reverting to unbatch by splitting; slicing is unfriendly to backward
* replacing lru cache with static object factory
* replacing Scheme object with namedtuple
* remove comment
* forgot the find edges interface
* subclassing namedtuple
|
2018-11-01 00:03:06 -04:00 |
|
Minjie Wang
|
7603b8c351
|
Fix dlpack bug; zero copy between dgl.ndarray and user tensor enabled
|
2018-10-09 11:37:59 -04:00 |
|
Minjie Wang
|
b2e4bdc03f
|
passed basic test batching
|
2018-09-20 14:44:06 -04:00 |
|
Minjie Wang
|
a1038eb1ee
|
graph index
|
2018-09-19 21:02:15 -04:00 |
|
Minjie Wang
|
758cb16e67
|
ndarray argument
|
2018-09-17 00:15:46 -04:00 |
|