MCPcopy 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

fcMethod · 0.80

Tested by

no test coverage detected