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/appnp_conv.py:54–55 ·
view source on GitHub ↗
(self, x_j, norm_i, norm_j)
Source
from the content-addressed store, hash-verified
52
return
out
53
54
def
apply_edge(self, x_j, norm_i, norm_j):
55
return
norm_i * norm_j * x_j
56
57
def
apply_node(self, aggr_out, x):
58
out = aggr_out * (1 - self.alpha)
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected