Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ apply_node
Method
apply_node
tf_euler/python/convolution/sage_conv.py:43–44 ·
view source on GitHub ↗
(self, aggr_out, x)
Source
from the content-addressed store, hash-verified
41
return
x_j
42
43
def
apply_node(self, aggr_out, x):
44
return
self.self_fc(x) + self.neigh_fc(aggr_out)
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected