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/relation_conv.py:72–73 ·
view source on GitHub ↗
(self, x, aggr_out)
Source
from the content-addressed store, hash-verified
70
return
tf.reshape(res, [-1, self.dim])
71
72
def
apply_node(self, x, aggr_out):
73
return
self.fc(x) + aggr_out
Callers
1
__call__
Method · 0.95
Calls
1
fc
Method · 0.80
Tested by
no test coverage detected