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/gat_conv.py:74–78 ·
view source on GitHub ↗
(self, aggr_out, x)
Source
from the content-addressed store, hash-verified
72
return
tf.reshape(x_j, [-1, self.dim])
73
74
def
apply_node(self, aggr_out, x):
75
if
self.improved:
76
aggr_out = x + aggr_out
77
78
return
aggr_out
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected