Home
last modified time | relevance | path

Searched defs:detection (Results 1 – 10 of 10) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dobject_detector.cc480 Detection* detection = results.add_detections(); in Postprocess() local
521 Detection* detection = result->mutable_detections(i); in FillResultsFromLabelMap() local
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_average_precision_stage.cc30 image::Detection detection; in ConvertProtoToDetection() local
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DTensorFlowObjectDetectionAPIModel.java187 final RectF detection = in recognizeImage() local
DTensorFlowMultiBoxDetector.java254 final RectF detection = in recognizeImage() local
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
Dobject_detector_demo.cc152 const Detection& detection = result.detections(index); in DisplayResult() local
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dobject_tracker.cc499 const Detection& detection, TrackedObject** match) const { in GetBestObjectForDetection() argument
556 const Detection& detection = *it; in ProcessDetections() local
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/
Dobject_detector_jni.cc129 for (const auto& detection : results.detections()) { in ConvertToDetectionResults() local
/external/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_csl_sdcard.c324 int init_card(struct sd_handle *handle, int detection) in init_card()
/external/aac/libSBRenc/src/
Dmh_det.cpp671 static void detection(FIXP_DBL *quotaBuffer, FIXP_DBL *pDiffVecScfb, INT nSfb, in detection() function
/external/rust/crates/proc-macro2/src/
Dlib.rs94 mod detection; module