MCPcopy Create free account
hub / github.com/alibaba/euler / apply_node

Method apply_node

tf_euler/python/convolution/graph_conv.py:45–46  ·  view source on GitHub ↗
(self, aggr_out, x)

Source from the content-addressed store, hash-verified

43 return x_j
44
45 def apply_node(self, aggr_out, x):
46 return self.liner(x) + aggr_out

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected