Home
last modified time | relevance | path

Searched refs:label_array (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcounter.h177 const LabelArray& label_array = {{labels...}}; in GetCell() local
179 const auto found_it = cells_.find(label_array); in GetCell()
185 std::forward_as_tuple(label_array), in GetCell()
Dsampler.h226 const LabelArray& label_array = {{labels...}}; in GetCell() local
228 const auto found_it = cells_.find(label_array); in GetCell()
234 std::forward_as_tuple(label_array), in GetCell()
Dgauge.h246 const LabelArray& label_array = {{labels...}}; in GetCell() local
248 const auto found_it = cells_.find(label_array); in GetCell()
254 std::forward_as_tuple(label_array), in GetCell()
Dpercentile_sampler.h221 const LabelArray& label_array = {{labels...}}; in GetCell() local
223 const auto found_it = cells_.find(label_array); in GetCell()
229 std::forward_as_tuple(label_array), in GetCell()
/external/libxml2/os400/iconv/
Dianatables.c3068 static unsigned char label_array[] = { variable
Diconv.c73 } while (label_array[l] != *name); in findEncoding()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py6291 label_array = array_ops.reshape(
6294 label_ind = array_ops.boolean_mask(label_array, dense_mask)