[Hetero] Heterograph C++ implementation; Bipartite and Python wrapper (#725)
* finish bipartite graph implementation; compiled * finished heterograph implementation; compiled * WIP: apis * C API codes * compiled * WIP: python * HeteroGraphIndex * WIP: test * add DGLContext support in ffi * fix bug in has edge * unittests except edge subgraph * edge subgraph * fix lint * address comments * poke ci * try fix * fix msvc
Showing
This diff is collapsed.
src/graph/bipartite.cc
0 → 100644
This diff is collapsed.
src/graph/bipartite.h
0 → 100644
src/graph/heterograph.cc
0 → 100644
src/graph/heterograph.h
0 → 100644
Please register or sign in to comment