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

Method apply_node

tf_euler/python/convolution/appnp_conv.py:57–60  ·  view source on GitHub ↗
(self, aggr_out, x)

Source from the content-addressed store, hash-verified

55 return norm_i * norm_j * x_j
56
57 def apply_node(self, aggr_out, x):
58 out = aggr_out * (1 - self.alpha)
59 out = out + self.alpha * x
60 return out

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected