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

Method __call__

tf_euler/python/solution/logits.py:27–28  ·  view source on GitHub ↗
(self, inputs, **kwargs)

Source from the content-addressed store, hash-verified

25 self.out_fc = tf.layers.Dense(logits_dim, use_bias=False)
26
27 def __call__(self, inputs, **kwargs):
28 return self.out_fc(inputs)
29
30class PosNegLogits(object):
31 def __call__(self, emb, pos_emb, neg_emb):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected