Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ apply_edge
Method
apply_edge
tf_euler/python/convolution/sgcn_conv.py:60–61 ·
view source on GitHub ↗
(self, x_j, norm_i, norm_j)
Source
from the content-addressed store, hash-verified
58
return
out
59
60
def
apply_edge(self, x_j, norm_i, norm_j):
61
return
norm_i * norm_j * x_j
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected