MCPcopy
hub / github.com/snap-stanford/GraphGym / register_network

Function register_network

graphgym/register.py:84–86  ·  view source on GitHub ↗

r"""Registers a GNN model in GraphGym.

(key: str, module: Any = None)

Source from the content-addressed store, hash-verified

82
83
84def register_network(key: str, module: Any = None):
85 r"""Registers a GNN model in GraphGym."""
86 return register_base(network_dict, key, module)
87
88
89def register_config(key: str, module: Any = None):

Callers 2

example.pyFile · 0.90

Calls 1

register_baseFunction · 0.85

Tested by

no test coverage detected