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

Method embed

tf_euler/python/mp_utils/base_graph.py:28–29  ·  view source on GitHub ↗
(self, n_id)

Source from the content-addressed store, hash-verified

26 self.out_fc = tf.layers.Dense(label_dim, use_bias=False)
27
28 def embed(self, n_id):
29 raise NotImplementedError
30
31 def __call__(self, inputs, label=None, graph_index=None):
32 if isinstance(inputs, dict):

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected