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