(self, inputs)
| 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) |