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/gcn_conv.py:53–54 ·
view source on GitHub ↗
(self, aggr_out)
Source
from the content-addressed store, hash-verified
51
return
norm_i * norm_j * x_j
52
53
def
apply_node(self, aggr_out):
54
return
self.fc(aggr_out)
Callers
1
__call__
Method · 0.95
Calls
1
fc
Method · 0.80
Tested by
no test coverage detected