Revision 5dd35580f7918faa1de551cd80a0ce90a143c434 authored by Minjie Wang on 02 March 2020, 15:16:05 UTC, committed by GitHub on 02 March 2020, 15:16:05 UTC
* improve performance of sample_neighbors

* some more improve

* test script

* benchmarks

* multi process

* update more tests

* WIP

* adding two API for state saving

* add create from state

* upd test

* missing file

* wip: pickle/unpickle

* more c apis

* find the problem of empty data array

* add null array; pickling speed is bad

* still bad perf

* still bad perf

* wip

* fix the pickle speed test; now everything looks good

* minor fix

* bugfix

* some lint fix

* address comments

* more fix

* fix lint

* add utest for random.choice

* add utest for dgl.rand_graph

* fix cpp utests

* try fix ci

* fix bug in TF backend

* upd choice docstring

* address comments

* upd

* try fix compile

* add comment
1 parent 00ba409
History
File Mode Size
.github
apps
cmake
conda
docker
docs
examples
include
python
src
tests
third_party
tutorials
.gitignore -rw-r--r-- 2.2 KB
.gitmodules -rw-r--r-- 442 bytes
CMakeLists.txt -rw-r--r-- 4.4 KB
CONTRIBUTORS.md -rw-r--r-- 1.3 KB
Jenkinsfile -rw-r--r-- 10.5 KB
LICENSE -rw-r--r-- 11.1 KB
NEWS.md -rw-r--r-- 2.1 KB
README.md -rw-r--r-- 11.4 KB
asv.conf.json -rw-r--r-- 6.8 KB
readthedocs.yml -rw-r--r-- 119 bytes

README.md

back to top