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

Method apply_node

tf_euler/python/convolution/arma_conv.py:72–78  ·  view source on GitHub ↗
(self, aggr_out, origin, t)

Source from the content-addressed store, hash-verified

70 return norm_i * norm_j * x_j
71
72 def apply_node(self, aggr_out, origin, t):
73 v = self.vs[0 if self.shared_weights else t]
74 out = v(origin)
75 out = aggr_out + out
76 if self.act:
77 out = self.act(out)
78 return out

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected