Home
last modified time | relevance | path

Searched refs:detection (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/external/libxml2/os400/libxmlrpg/
Dxlink.rpgle1 * Summary: unfinished XLink detection module
2 * Description: unfinished XLink detection module
20 * NOTE: the link detection layer will try to resolve QName expansion
22 * then the link detection layer will expand role="foo:myrole"
24 * NOTE: the link detection layer will expand URI-Refences found on
66 * This is the prototype for the link detection routine.
67 * It calls the default link detection callbacks upon link detection.
73 * The link detection module interact with the upper layers using
83 * This is the prototype for a simple link detection callback.
104 * This is the prototype for a extended link detection callback.
[all …]
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dobject_detection_average_precision_stage.cc30 image::Detection detection; in ConvertProtoToDetection() local
31 detection.box.x.min = input.bounding_box().normalized_left(); in ConvertProtoToDetection()
32 detection.box.x.max = input.bounding_box().normalized_right(); in ConvertProtoToDetection()
33 detection.box.y.min = input.bounding_box().normalized_top(); in ConvertProtoToDetection()
34 detection.box.y.max = input.bounding_box().normalized_bottom(); in ConvertProtoToDetection()
35 detection.imgid = image_id; in ConvertProtoToDetection()
36 detection.score = input.score(); in ConvertProtoToDetection()
37 return detection; in ConvertProtoToDetection()
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo5.patch9 + t.Skip("deadlock detection fails with external linker")
14 + t.Skip("deadlock detection fails with external linker")
19 + t.Skip("deadlock detection fails with external linker")
24 + t.Skip("deadlock detection fails with external linker")
29 + t.Skip("deadlock detection fails with external linker")
37 + t.Skip("deadlock detection fails with external linker")
45 + t.Skip("deadlock detection fails with external linker")
53 + t.Skip("deadlock detection fails with external linker")
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo5.patch9 + t.Skip("deadlock detection fails with external linker")
14 + t.Skip("deadlock detection fails with external linker")
19 + t.Skip("deadlock detection fails with external linker")
24 + t.Skip("deadlock detection fails with external linker")
29 + t.Skip("deadlock detection fails with external linker")
37 + t.Skip("deadlock detection fails with external linker")
45 + t.Skip("deadlock detection fails with external linker")
53 + t.Skip("deadlock detection fails with external linker")
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
DREADME.md66 * a TFLite object detection model (e.g. [ssd_mobilenet_v1][2], a generic object
67 detection model available on TensorFlow Hub),
68 * a PNG, JPEG or GIF image to run detection on, e.g.:
82 # Run the detection tool:
88 --output_png=/tmp/detection-output.png \
97 Results saved to: /tmp/detection-output.png
113 And `/tmp/detection-output.jpg` should contain:
115 ![detection-output](g3doc/detection-output.png)
Dobject_detector_demo.cc152 const Detection& detection = result.detections(index); in DisplayResult() local
153 const BoundingBox& box = detection.bounding_box(); in DisplayResult()
157 if (detection.classes_size() == 0) { in DisplayResult()
161 const Class& classification = detection.classes(0); in DisplayResult()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dobject_tracker.cc499 const Detection& detection, TrackedObject** match) const { in GetBestObjectForDetection() argument
509 detection.GetObjectBoundingBox()); in GetBestObjectForDetection()
512 (detection.GetObjectModel() != tracked_object->GetModel())) { in GetBestObjectForDetection()
521 detection.GetObjectBoundingBox().GetCenter()).LengthSquared(); in GetBestObjectForDetection()
534 detection.GetMatchScore()) { in GetBestObjectForDetection()
556 const Detection& detection = *it; in ProcessDetections() local
557 SCHECK(frame2_->GetImage()->Contains(detection.GetObjectBoundingBox()), in ProcessDetections()
563 GetBestObjectForDetection(detection, &best_match); in ProcessDetections()
568 const_cast<ObjectModelBase*>(detection.GetObjectModel()); in ProcessDetections()
576 detection.GetObjectBoundingBox(), in ProcessDetections()
[all …]
/external/toolchain-utils/go/patch/go-1.10.2/
Dgo5.patch1 runtime: deadlock detection does not work when using external linker.
14 + t.Skip("deadlock detection fails with external linker")
19 + t.Skip("deadlock detection fails with external linker")
24 + t.Skip("deadlock detection fails with external linker")
29 + t.Skip("deadlock detection fails with external linker")
34 + t.Skip("deadlock detection fails with external linker")
52 + t.Skip("deadlock detection fails with external linker")
70 + t.Skip("deadlock detection fails with external linker")
88 + t.Skip("deadlock detection fails with external linker")
/external/webrtc/modules/audio_processing/transient/test/
DreadDetection.m14 %Reads a detection signal from a DAT file.
16 %d: The detection signal.
19 %file: The DAT file where the detection signal is stored in float format.
21 %chunkSize: The chunk size used for the detection in seconds.
DplotDetection.m14 %Plots the signal alongside the detection values.
17 %DATfile: The file containing the detection values in binary float format.
19 %chunkSize: The chunk size used to compute the detection values in seconds.
/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py838 detection = self._api_analysis_spec.symbols_to_detect.get(full_name, None)
839 if detection:
840 self.add_result(detection)
842 detection.log_level, node.lineno, node.col_offset,
843 detection.log_message)
856 detection = (self._api_analysis_spec
858 if detection:
859 self.add_result(detection)
861 detection.log_level, node.lineno, node.col_offset,
862 detection.log_message)
[all …]
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dobject_detector.md10 [introduction of object detection](../../models/object_detection/overview.md)
25 * Top-k detection results.
35 …[pretrained object detection models on TensorFlow Hub](https://tfhub.dev/tensorflow/collections/li…
38 …[AutoML Vision Edge Object Detection](https://cloud.google.com/vision/automl/object-detection/docs…
111 Here is an example of the detection results of
135 <img src="images/detection-output.png" alt="detection output" width="50%">
181 - Number of detection tensor (kTfLiteFloat32)
/external/autotest/test_suites/
Dcontrol.manual_platform_suite7 PURPOSE = "USB peripherals detection during stress procedure."
15 This is the manually run usb detection test suite.
18 USB detection tests will be exercizing
/external/tensorflow/tensorflow/lite/micro/benchmarks/
DREADME.md10 - [Person Detection Benchmark](#person-detection-benchmark)
17 The keyword benchmark contains a model for keyword detection with scrambled
22 ## Person detection benchmark
35 To run the person detection benchmark on x86, run
/external/tensorflow/tensorflow/lite/g3doc/models/object_detection/
Doverview.md1 # Object detection
3 Given an image or a video stream, an object detection model can identify which
15 To learn how to use object detection in a mobile app, explore the
21 APIs</a>, you can download our starter object detection model and the
31 If you want to train a custom detection model for your own task, see
51 to integrate object detection models in just a few lines of code. You can also
80 An object detection model is trained to detect the presence and location of
88 object, and a score that indicates the confidence that detection was correct.
143 exporting the detection model to TensorFlow Lite. See
147 strawberries. When provided an image, it will output a set number of detection
[all …]
/external/rust/crates/atty/
DCHANGELOG.md15 * fix msys detection with `winapi@0.3.5` [#28](https://github.com/softprops/atty/pull/28)
23 * Fix fix pty detection [#25](https://github.com/softprops/atty/pull/25)
52 * Add tty detection for MSYS terminals [#12](https://github.com/softprops/atty/pull/12)
/external/deqp/framework/delibs/cmake/
DDefs.cmake29 # \todo [pyry] More intelligent detection, perhaps use some script?
48 # Os detection
77 # Compiler detection
105 # Pointer size detection
114 # CPU detection
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/spresense/
DREADME.md1 # Person detection example for Spresense
3 Here explaines how to build and execute this Person detection example for
39 this Person detection example.
89 print on the terminal as a result of the detection.
/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
132 detection.classes_size()); in ConvertToDetectionResults()
133 for (const auto& classification : detection.classes()) { in ConvertToDetectionResults()
139 const BoundingBox& bounding_box = detection.bounding_box(); in ConvertToDetectionResults()
/external/rust/crates/libz-sys/src/zlib-ng/doc/
Dtxtvsbin.txt10 this may appear like a simple task, a fully accurate detection of the
16 were using a crude detection scheme: if more than 80% (4/5) of the bytes
28 In this article we propose a new, simple detection scheme that features
72 detection schemes observe the presence of non-ASCII codes from the range
93 be regarded as binary by general-purpose text detection schemes, because
95 Under this premise, it is safe to say that our detection method provides
/external/rust/crates/libz-sys/src/zlib/doc/
Dtxtvsbin.txt10 this may appear like a simple task, a fully accurate detection of the
16 were using a crude detection scheme: if more than 80% (4/5) of the bytes
28 In this article we propose a new, simple detection scheme that features
72 detection schemes observe the presence of non-ASCII codes from the range
93 be regarded as binary by general-purpose text detection schemes, because
95 Under this premise, it is safe to say that our detection method provides
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dobject_detector.cc480 Detection* detection = results.add_detections(); in Postprocess() local
485 *detection->mutable_bounding_box() = OrientAndDenormalizeBoundingBox( in Postprocess()
493 Class* detection_class = detection->add_classes(); in Postprocess()
521 Detection* detection = result->mutable_detections(i); in FillResultsFromLabelMap() local
522 for (int j = 0; j < detection->classes_size(); ++j) { in FillResultsFromLabelMap()
523 Class* detection_class = detection->mutable_classes(j); in FillResultsFromLabelMap()
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/
DREADME.md14 [COCO Object Detection](https://cocodataset.org/#detection-2020) (w/ bounding
36 …ter/tensorflow/lite/tools/evaluation/tasks/coco_object_detection#object-detection-evaluation-using…
39 [COCO Object Detection](https://cocodataset.org/#detection-eval) task.
/external/cpuinfo/
DREADME.md154 - Processor (SoC) name detection
159 - Vendor and microarchitecture detection
172 - Instruction set detection
181 - Cache detection
192 - TLB detection
196 - Topology detection
/external/rust/crates/memchr/
DCargo.toml.orig22 # permits this crate to use runtime CPU feature detection to automatically
24 # this automatic detection is not possible.

12345678910>>...26