Home
last modified time | relevance | path

Searched defs:sorted_indices (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_enum_util.cc70 int LookUpEnumName(const EnumEntry* enums, const int* sorted_indices, in LookUpEnumName()
84 const EnumEntry* enums, const int* sorted_indices, size_t size, in InitializeEnumStrings()
/external/libtextclassifier/native/utils/container/
Dbit-vector_test.cc55 std::vector<int32> sorted_indices = {3, 7}; in TEST() local
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav.cc89 Tensor sorted_indices(tensorflow::DT_INT32, {how_many_labels}); in GetTopLabels() local
/external/tensorflow/tensorflow/python/ops/linalg/sparse/
Dsparse_csr_matrix_ops.py305 def sorted_indices(self): member in SparseMatrix
/external/tensorflow/tensorflow/lite/micro/kernels/
Ddetection_postprocess.cc434 int* sorted_indices = reinterpret_cast<int*>( in NonMaxSuppressionSingleClassHelper() local
521 int* sorted_indices = reinterpret_cast<int*>( in NonMaxSuppressionMultiClassRegularHelper() local
/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc452 std::vector<int> sorted_indices; in NonMaxSuppressionSingleClassHelper() local
552 std::vector<int> sorted_indices; in NonMaxSuppressionMultiClassRegularHelper() local
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cu.cc481 const int* sorted_indices = d_sorted_indices.flat<int>().data(); in DoNMS() local