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

Method __init__

tf_euler/python/solution/utils.py:24–26  ·  view source on GitHub ↗
(self, label_idx, label_dim)

Source from the content-addressed store, hash-verified

22
23class GetLabelFromFea(object):
24 def __init__(self, label_idx, label_dim):
25 self.label_idx = label_idx
26 self.label_dim = label_dim
27
28 def __call__(self, inputs):
29 label, = tf_euler.get_dense_feature(inputs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected