Home
last modified time | relevance | path

Searched refs:best_match (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker.cc498 TrackedObject* best_match = NULL; in GetBestObjectForDetection() local
533 best_match = tracked_object; in GetBestObjectForDetection()
540 *match = best_match; in GetBestObjectForDetection()
558 TrackedObject* best_match = NULL; in ProcessDetections() local
561 GetBestObjectForDetection(detection, &best_match); in ProcessDetections()
568 if (best_match != NULL) { in ProcessDetections()
569 if (model != best_match->GetModel()) { in ProcessDetections()
573 best_match->OnDetection(model, in ProcessDetections()
/external/perf_data_converter/src/quipper/
Ddso.cc38 auto best_match = names.end(); in FindElfSection() local
51 if (found < best_match) { in FindElfSection()
54 best_match = found; in FindElfSection()
/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py81 assert ad.best_match(req, ws).version == '1.9'
84 assert ad.best_match(req, ws).version == '1.4'
91 ad.best_match(req, ws)
98 assert ad.best_match(req, ws).version == '1.4'
/external/python/google-api-python-client/googleapiclient/
Dmimeparse.py145 def best_match(supported, header): function
Ddiscovery.py813 if not mimeparse.best_match([media_mime_type], ','.join(accept)):
/external/google-breakpad/src/common/mac/
Ddump_syms.mm190 const struct fat_arch *best_match
193 if (!best_match) return false;
196 selected_object_file_ = best_match;
/external/u-boot/drivers/mmc/
Dmmc.c1756 enum mmc_voltage best_match; in mmc_set_lowest_voltage() local
1758 best_match = 1 << (ffs(card_mask & allowed_mask) - 1); in mmc_set_lowest_voltage()
1759 if (!mmc_set_signal_voltage(mmc, best_match)) in mmc_set_lowest_voltage()
1762 allowed_mask &= ~best_match; in mmc_set_lowest_voltage()
/external/autotest/client/common_lib/
Dpexpect.py1668 best_index, best_match = index, s
1671 self.match = best_match
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt85 googleapiclient.mimeparse.best_match googleapiclient.mimeparse-module.html#best_match
/external/python/setuptools/pkg_resources/
D__init__.py772 dist = best[req.key] = env.best_match(
1031 def best_match( member in Environment
/external/python/setuptools/docs/
Dpkg_resources.txt536 ``best_match(req, working_set, installer=None)``
1870 ``WorkingSet`` instead, and the ``best_match()`` method now uses a working