MCPcopy
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_dataFunction · 0.80
exchange_featureFunction · 0.80
exchange_featuresFunction · 0.80
exchange_graph_dataFunction · 0.80
read_datasetFunction · 0.80
gen_dist_partitionsFunction · 0.80
memory_snapshotFunction · 0.80
__init__Method · 0.80
get_partition_idsMethod · 0.80
_broadcast_shapeFunction · 0.80
get_datasetFunction · 0.80
readMethod · 0.80

Calls

no outgoing calls

Tested by 1

create_chunked_datasetFunction · 0.64