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.h223 const LabelArray& label_array = {{labels...}}; in GetCell() local
225 const auto found_it = cells_.find(label_array); in GetCell()
231 std::forward_as_tuple(label_array), in GetCell()
Dsampler.h306 const LabelArray& label_array = {{labels...}}; in GetCell() local
308 const auto found_it = cells_.find(label_array); in GetCell()
314 std::forward_as_tuple(label_array), in GetCell()
Dpercentile_sampler.h269 const LabelArray& label_array = {{labels...}}; in GetCell() local
271 const auto found_it = cells_.find(label_array); in GetCell()
277 std::forward_as_tuple(label_array), in GetCell()
Dgauge.h311 const LabelArray& label_array = {{labels...}}; in GetCell() local
313 const auto found_it = cells_.find(label_array); in GetCell()
319 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.py6218 label_array = array_ops.reshape(
6221 label_ind = array_ops.boolean_mask(label_array, dense_mask)