MCPcopy
hub / github.com/dmlc/dgl / DGLError

Class DGLError

python/dgl/_ffi/base.py:30–33  ·  view source on GitHub ↗

Error thrown by DGL function

Source from the content-addressed store, hash-verified

28
29
30class DGLError(Exception):
31 """Error thrown by DGL function"""
32
33 pass # pylint: disable=unnecessary-pass
34
35
36def _load_lib():

Callers 15

load_partition_metaFunction · 0.90
rep_per_nodeFunction · 0.90
download_proteinsFunction · 0.90
partition_graphFunction · 0.90
forwardMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
forwardMethod · 0.90
mergeFunction · 0.85
__getitem__Method · 0.85
__getitem__Method · 0.85
invoke_gspmmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected