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

Method node_encoder

tf_euler/python/utils/encoders.py:214–215  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

212 dim, activation=activation, head_num=self.head_num[layer]))
213
214 def node_encoder(self, inputs):
215 return self._node_encoder(inputs)
216
217 def call(self, inputs):
218 nodes, adjs = euler_ops.get_multi_hop_neighbor(inputs, self.metapath)

Callers 6

callMethod · 0.95
callMethod · 0.45
callMethod · 0.45
aggMethod · 0.45
callMethod · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected