Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcounter.h158 const LabelArray& label_array = {{labels...}}; in GetCell() local
160 const auto found_it = cells_.find(label_array); in GetCell()
166 std::forward_as_tuple(label_array), in GetCell()
Dsampler.h201 const LabelArray& label_array = {{labels...}}; in GetCell() local
203 const auto found_it = cells_.find(label_array); in GetCell()
209 std::forward_as_tuple(label_array), in GetCell()
Dgauge.h227 const LabelArray& label_array = {{labels...}}; in GetCell() local
229 const auto found_it = cells_.find(label_array); in GetCell()
235 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.py5120 label_array = array_ops.reshape(
5123 label_ind = array_ops.boolean_mask(label_array, dense_mask)