Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ get_node_pool
Method
get_node_pool
tf_euler/python/mp_utils/graph_gnn.py:53–54 ·
view source on GitHub ↗
(self, node_pool)
Source
from the content-addressed store, hash-verified
51
self.graph_pool = self.get_graph_pool(graph_pool)
52
53
def
get_node_pool(self, node_pool):
54
raise
NotImplementedError
55
56
def
get_graph_pool(self, graph_pool):
57
return
graph_pool(
'add'
)
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected