Unverified Commit 00add9f2 authored by Minjie Wang's avatar Minjie Wang Committed by GitHub
Browse files

Merge pull request #90 from jermainewang/cpp

[GraphIndex] Graph index and many related changes
parents ec4216dd dce1f44d
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
from .base import ALL from . import backend
from . import data
from .batch import batch, unbatch from . import function
from . import nn
from .context import cpu, gpu
from .graph import DGLGraph, __MSG__, __REPR__ from ._ffi.runtime_ctypes import TypeCode
from ._ffi.function import register_func, get_global_func, list_global_func_names, extract_ext_funcs
from ._ffi.base import DGLError, __version__
from .base import ALL
from .batched_graph import *
from .graph import DGLGraph
from .subgraph import DGLSubGraph from .subgraph import DGLSubGraph
from .generator import *
# C API and runtime
Borrowed and adapted from TVM project.
This diff is collapsed.
"""ctypes specific implementation of FFI"""
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
"""cython2 namespace"""
"""cython3 namespace"""
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment