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

Method __call__

tf_euler/python/solution/utils.py:28–32  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

26 self.label_dim = label_dim
27
28 def __call__(self, inputs):
29 label, = tf_euler.get_dense_feature(inputs,
30 [self.label_idx],
31 [self.label_dim])
32 return label

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected