MCPcopy 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

fcMethod · 0.80

Tested by

no test coverage detected