Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
class
DGLError(Exception):
31
""
"Error thrown by DGL function"
""
32
33
pass
# pylint: disable=unnecessary-pass
34
35
36
def
_load_lib():
Callers
15
load_partition_meta
Function · 0.90
rep_per_node
Function · 0.90
download_proteins
Function · 0.90
partition_graph
Function · 0.90
forward
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
forward
Method · 0.90
merge
Function · 0.85
__getitem__
Method · 0.85
__getitem__
Method · 0.85
invoke_gspmm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected