Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ to_edge
Method
to_edge
tf_euler/python/mp_utils/group_gnn.py:63–64 ·
view source on GitHub ↗
(self, n_id_src, n_id_dst, e_id)
Source
from the content-addressed store, hash-verified
61
raise
NotImplementedError
62
63
def
to_edge(self, n_id_src, n_id_dst, e_id):
64
return
e_id
65
66
def
get_edge_attr(self, block):
67
n_id_dst = tf.cast(tf.expand_dims(block.n_id, -1),
Callers
1
get_edge_attr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected