Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dmlc/dgl
/ debug
Method
debug
examples/pytorch/seal/logger.py:72–73 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
70
logging.info(
"Start Logging"
)
71
72
def
debug(self, msg):
73
logging.debug(msg)
74
75
def
info(self, msg):
76
logging.info(msg)
Callers
15
exchange_edge_data
Function · 0.80
exchange_feature
Function · 0.80
exchange_features
Function · 0.80
exchange_graph_data
Function · 0.80
read_dataset
Function · 0.80
gen_dist_partitions
Function · 0.80
memory_snapshot
Function · 0.80
__init__
Method · 0.80
get_partition_ids
Method · 0.80
_broadcast_shape
Function · 0.80
get_dataset
Function · 0.80
read
Method · 0.80
Calls
no outgoing calls
Tested by
1
create_chunked_dataset
Function · 0.64