Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield_unittest.cpp40 RetainPtr<CPDF_Object> selected_indices, in TestMultiselectFieldDict()
190 auto selected_indices = pdfium::MakeRetain<CPDF_Number>(3); in TEST() local
199 auto selected_indices = pdfium::MakeRetain<CPDF_Number>(26); in TEST() local
208 auto selected_indices = pdfium::MakeRetain<CPDF_Array>(); in TEST() local
218 auto selected_indices = pdfium::MakeRetain<CPDF_Array>(); in TEST() local
231 auto selected_indices = pdfium::MakeRetain<CPDF_Array>(); in TEST() local
250 auto selected_indices = pdfium::MakeRetain<CPDF_Array>(); in TEST() local
265 auto selected_indices = pdfium::MakeRetain<CPDF_Array>(); in TEST() local
281 auto selected_indices = pdfium::MakeRetain<CPDF_Array>(); in TEST() local
296 auto selected_indices = pdfium::MakeRetain<CPDF_Array>(); in TEST() local
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/
Dnon_max_suppression_test.cc75 std::vector<int> selected_indices(6); in TEST() local
102 std::vector<int> selected_indices(6); in TEST() local
130 std::vector<int> selected_indices(6); in TEST() local
173 std::vector<int> selected_indices(6); in TEST() local
210 std::vector<int> selected_indices(6); in TEST() local
242 std::vector<int> selected_indices(6); in TEST() local
278 std::vector<int> selected_indices(6); in TEST() local
314 std::vector<int> selected_indices(6); in TEST() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc420 xla::XlaOp selected_indices, num_valid; in Compile() local
590 xla::XlaOp selected_indices; in ComputeResult() local
630 xla::XlaOp selected_indices, num_valid; in Compile() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dnon_max_suppression.h91 const float soft_nms_sigma, int* selected_indices, in NonMaxSuppression()
/external/tensorflow/tensorflow/lite/kernels/
Dnon_max_suppression.cc191 int* selected_indices, in ResetUnusedElementsToZeroes()
/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.cpp414 std::vector<unsigned int> selected_indices; in run() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dloopnest_randomization.cpp72 std::vector<int> selected_indices; in select_n_randomly() local