/external/openthread/include/openthread/ |
D | jam_detection.h | 32 * This file includes the OpenThread API for jam detection feature. 45 * @addtogroup api-jam-detection 48 * This module includes functions for signal jamming detection feature. 50 …* The functions in this module are available when jam-detection feature (`OPENTHREAD_CONFIG_JAM_… 57 * Pointer is called if signal jam detection is enabled and a jam is detected. 65 * Set the Jam Detection RSSI Threshold (in dBm). 75 * Get the Jam Detection RSSI Threshold (in dBm). 79 * @returns The Jam Detection RSSI Threshold. 84 * Set the Jam Detection Detection Window (in seconds). 87 * @param[in] aWindow The Jam Detection window (valid range is 1 to 63) [all …]
|
/external/tcpdump/tests/ |
D | bfd-multihop-v.out | 4 Detection Timer Multiplier: 3 (900 ms Detection time), BFD Length: 24 12 Detection Timer Multiplier: 3 (1200 ms Detection time), BFD Length: 24 20 Detection Timer Multiplier: 3 (900 ms Detection time), BFD Length: 24 28 Detection Timer Multiplier: 3 (900 ms Detection time), BFD Length: 24 36 Detection Timer Multiplier: 3 (1200 ms Detection time), BFD Length: 24 44 Detection Timer Multiplier: 3 (900 ms Detection time), BFD Length: 24 52 Detection Timer Multiplier: 3 (900 ms Detection time), BFD Length: 24 60 Detection Timer Multiplier: 3 (1200 ms Detection time), BFD Length: 24 68 Detection Timer Multiplier: 3 (900 ms Detection time), BFD Length: 24 76 Detection Timer Multiplier: 3 (900 ms Detection time), BFD Length: 24 [all …]
|
D | bfd-raw-auth-md5-v.out | 4 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 15 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 26 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 37 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 48 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 59 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 70 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 81 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 92 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 103 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 48 [all …]
|
D | bfd-raw-auth-sha1-v.out | 4 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 15 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 26 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 37 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 48 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 59 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 70 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 81 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 92 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 103 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 52 [all …]
|
D | bfd-raw-auth-simple-v.out | 4 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 14 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 24 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 34 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 44 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 54 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 64 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 74 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 84 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 94 Detection Timer Multiplier: 5 (5000 ms Detection time), BFD Length: 33 [all …]
|
/external/openthread/src/core/utils/ |
D | jam_detector.hpp | 61 * Pointer is called if jam state changes (assuming jamming detection is enabled). 76 * Start the jamming detection. 81 * @retval kErrorNone Successfully started the jamming detection. 82 * @retval kErrorAlready Jam detection has been started before. 87 * Stop the jamming detection. 89 * @retval kErrorNone Successfully stopped the jamming detection. 90 * @retval kErrorAlready Jam detection is already stopped. 95 * Get the Jam Detection Status 97 * @returns The Jam Detection status (true if enabled, false otherwise). 109 * Set the Jam Detection RSSI Threshold (in dBm). [all …]
|
/external/armnn/tests/TfLiteYoloV3Big-Armnn/ |
D | NMS.cpp | 52 std::vector<Detection> convert_to_detections(const NMSConfig& config, in convert_to_detections() 57 std::vector<Detection> detections; in convert_to_detections() 64 Detection det; in convert_to_detections() 84 bool compare_detection(const yolov3::Detection& detection, in compare_detection() argument 88 return (std::fabs(detection.classes[0] - expected[0]) < tolerance && in compare_detection() 89 std::fabs(detection.box.xmin - expected[1]) < tolerance && in compare_detection() 90 std::fabs(detection.box.ymin - expected[2]) < tolerance && in compare_detection() 91 std::fabs(detection.box.xmax - expected[3]) < tolerance && in compare_detection() 92 std::fabs(detection.box.ymax - expected[4]) < tolerance && in compare_detection() 93 std::fabs(detection.confidence - expected[5]) < tolerance ); in compare_detection() [all …]
|
D | NMS.hpp | 28 /** Detection structure */ 29 struct Detection { struct 30 Box box; /**< Detection box */ 31 float confidence; /**< Confidence of detection */ 41 const std::vector<Detection>& detections); 43 /** Compare a detection object with a vector of float values 45 * @param detection [in] Detection object 49 bool compare_detection(const yolov3::Detection& detection, argument 59 std::vector<Detection> nms(const NMSConfig& config,
|
/external/googleapis/google/chromeos/uidetection/v1/ |
D | ui_detection.proto | 28 // Provides image-based UI detection service. 32 // Runs the detection. 40 // Request message for UI detection. 45 // Required. Required field that indicates the detection type. 65 // Detection type specifies what to detect in the image. 68 // Detection type for word detection. 71 // Detection type for text block detection. 74 // Detection type for custom icon detection. 95 // Detection type for word detection. 103 // Indicating whether the detection is an approximate match. [all …]
|
/external/sdv/vsomeip/third_party/boost/predef/doc/ |
D | history.adoc | 31 * Add RISC-V endian detection. (from Thomas Petazzoni) 57 * Add detection for PTX architecture. (from Benjamin Worpitz) 58 * Add nvcc compiler detection. (from Benjamin Worpitz) 65 * Improved Windows Universal Platform detection. (from James E. King, III) 66 * Add detection for CloudABI with cloudlibc. (from James E. King, III) 70 * Fix Intel C/{CPP} version 9999 detection to be 12.1.0. 72 for defect workarounds and detection. 73 * Add ARM64 MSVC SIMD detection. (from Minmin Gong) 74 * Add detection of iOS simulator vs device as a platform choice. (from Ruslan 94 * Add detection of SIMD hardware. With the addition of the `BOOST_HW_*` [all …]
|
/external/cronet/tot/third_party/libxml/src/include/libxml/ |
D | xlink.h | 2 * Summary: unfinished XLink detection module 3 * Description: unfinished XLink detection module 25 * NOTE: the link detection layer will try to resolve QName expansion 27 * then the link detection layer will expand role="foo:myrole" 29 * NOTE: the link detection layer will expand URI-References found on 61 * This is the prototype for the link detection routine. 62 * It calls the default link detection callbacks upon link detection. 67 * The link detection module interact with the upper layers using 79 * This is the prototype for a simple link detection callback. 104 * This is the prototype for a extended link detection callback. [all …]
|
/external/cronet/stable/third_party/libxml/src/include/libxml/ |
D | xlink.h | 2 * Summary: unfinished XLink detection module 3 * Description: unfinished XLink detection module 25 * NOTE: the link detection layer will try to resolve QName expansion 27 * then the link detection layer will expand role="foo:myrole" 29 * NOTE: the link detection layer will expand URI-References found on 61 * This is the prototype for the link detection routine. 62 * It calls the default link detection callbacks upon link detection. 67 * The link detection module interact with the upper layers using 79 * This is the prototype for a simple link detection callback. 104 * This is the prototype for a extended link detection callback. [all …]
|
/external/libxml2/include/libxml/ |
D | xlink.h | 2 * Summary: unfinished XLink detection module 3 * Description: unfinished XLink detection module 25 * NOTE: the link detection layer will try to resolve QName expansion 27 * then the link detection layer will expand role="foo:myrole" 29 * NOTE: the link detection layer will expand URI-References found on 61 * This is the prototype for the link detection routine. 62 * It calls the default link detection callbacks upon link detection. 67 * The link detection module interact with the upper layers using 79 * This is the prototype for a simple link detection callback. 104 * This is the prototype for a extended link detection callback. [all …]
|
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/ |
D | AnnotateImageResponseOrBuilder.java | 30 * If present, face detection has completed successfully. 40 * If present, face detection has completed successfully. 50 * If present, face detection has completed successfully. 60 * If present, face detection has completed successfully. 71 * If present, face detection has completed successfully. 82 * If present, landmark detection has completed successfully. 92 * If present, landmark detection has completed successfully. 102 * If present, landmark detection has completed successfully. 112 * If present, landmark detection has completed successfully. 123 * If present, landmark detection has completed successfully. [all …]
|
D | ImageContextOrBuilder.java | 66 * yields the best results since it enables automatic language detection. For 70 * significant hindrance if the hint is wrong). Text detection returns an 85 * yields the best results since it enables automatic language detection. For 89 * significant hindrance if the hint is wrong). Text detection returns an 104 * yields the best results since it enables automatic language detection. For 108 * significant hindrance if the hint is wrong). Text detection returns an 124 * yields the best results since it enables automatic language detection. For 128 * significant hindrance if the hint is wrong). Text detection returns an 179 * Parameters for web detection. 191 * Parameters for web detection. [all …]
|
/external/armnn/samples/ObjectDetection/include/ |
D | DetectedObject.hpp | 16 * An object detection network inference result decoded data representation. 25 * Creates detection with given parameters. 29 * @param boundingBox - rectangular detection coordinates 30 * @param score - detection score/probability 52 * Get rectangular detection coordinates 53 * @return detection coordinates 58 * Get detection score 76 * Set detection coordinates 77 * @param[in] boundingBox detection coordinates 82 * Set detection score [all …]
|
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ |
D | AnnotateImageResponseOrBuilder.java | 30 * If present, face detection has completed successfully. 40 * If present, face detection has completed successfully. 50 * If present, face detection has completed successfully. 60 * If present, face detection has completed successfully. 71 * If present, face detection has completed successfully. 82 * If present, landmark detection has completed successfully. 92 * If present, landmark detection has completed successfully. 102 * If present, landmark detection has completed successfully. 112 * If present, landmark detection has completed successfully. 123 * If present, landmark detection has completed successfully. [all …]
|
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ |
D | AnnotateImageResponseOrBuilder.java | 30 * If present, face detection has completed successfully. 40 * If present, face detection has completed successfully. 50 * If present, face detection has completed successfully. 60 * If present, face detection has completed successfully. 71 * If present, face detection has completed successfully. 82 * If present, landmark detection has completed successfully. 92 * If present, landmark detection has completed successfully. 102 * If present, landmark detection has completed successfully. 112 * If present, landmark detection has completed successfully. 123 * If present, landmark detection has completed successfully. [all …]
|
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/ |
D | AnnotateImageResponseOrBuilder.java | 30 * If present, face detection has completed successfully. 40 * If present, face detection has completed successfully. 50 * If present, face detection has completed successfully. 60 * If present, face detection has completed successfully. 71 * If present, face detection has completed successfully. 82 * If present, landmark detection has completed successfully. 92 * If present, landmark detection has completed successfully. 102 * If present, landmark detection has completed successfully. 112 * If present, landmark detection has completed successfully. 123 * If present, landmark detection has completed successfully. [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | xlink.rpgle | 1 * 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/google-cloud-java/java-vision/proto-google-cloud-vision-v1p2beta1/src/main/java/com/google/cloud/vision/v1p2beta1/ |
D | AnnotateImageResponseOrBuilder.java | 30 * If present, face detection has completed successfully. 40 * If present, face detection has completed successfully. 50 * If present, face detection has completed successfully. 60 * If present, face detection has completed successfully. 71 * If present, face detection has completed successfully. 82 * If present, landmark detection has completed successfully. 92 * If present, landmark detection has completed successfully. 102 * If present, landmark detection has completed successfully. 112 * If present, landmark detection has completed successfully. 123 * If present, landmark detection has completed successfully. [all …]
|
/external/google-cloud-java/google-cloud-examples/src/test/java/com/google/cloud/examples/translate/snippets/ |
D | ITTranslateSnippets.java | 23 import com.google.cloud.translate.Detection; 114 List<Detection> detections = translate.detect("Hello, World!", "¡Hola Mundo!"); in testDetectLanguageOfTexts() 117 Detection detection = detections.get(0); in testDetectLanguageOfTexts() local 118 assertEquals("en", detection.getLanguage()); in testDetectLanguageOfTexts() 119 detection = detections.get(1); in testDetectLanguageOfTexts() 120 assertEquals("es", detection.getLanguage()); in testDetectLanguageOfTexts() 133 List<Detection> detections = translate.detect(texts); in testDetectLanguageOfTextList() 136 for (Detection detection : detections) { in testDetectLanguageOfTextList() 137 System.out.printf("\t%s\n", detection); in testDetectLanguageOfTextList() 141 Detection detection = detections.get(0); in testDetectLanguageOfTextList() local [all …]
|
/external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/it/ |
D | ITTranslateTest.java | 24 import com.google.cloud.translate.Detection; 82 List<Detection> detections = TRANSLATE.detect("Hello", "Hallo"); in testDetectLanguageOfTexts() 83 Detection detection = detections.get(0); in testDetectLanguageOfTexts() local 84 assertEquals("en", detection.getLanguage()); in testDetectLanguageOfTexts() 85 detection = detections.get(1); in testDetectLanguageOfTexts() 86 assertEquals("de", detection.getLanguage()); in testDetectLanguageOfTexts() 91 List<Detection> detections = TRANSLATE.detect(ImmutableList.of("Hello", "Hallo")); in testDetectLanguageOfTextList() 92 Detection detection = detections.get(0); in testDetectLanguageOfTextList() local 93 assertEquals("en", detection.getLanguage()); in testDetectLanguageOfTextList() 94 detection = detections.get(1); in testDetectLanguageOfTextList() [all …]
|
/external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/ |
D | DetectionTest.java | 30 private static final Detection DETECTION = Detection.fromPb(DETECTION_PB); field in DetectionTest 34 assertEquals(LANGUAGE, DETECTION.getLanguage()); in testFromPb() 35 assertEquals(CONFIDENCE, DETECTION.getConfidence(), 0); in testFromPb() 36 compareDetection(DETECTION, Detection.fromPb(DETECTION_PB)); in testFromPb() 39 private void compareDetection(Detection expected, Detection value) { in compareDetection()
|
/external/tensorflow/tensorflow/lite/g3doc/android/tutorials/ |
D | object_detection.md | 1 # Object detection with Android 9 ## Object detection overview 11 *Object detection* is the machine learning task of identifying the presence and 12 location of multiple classes of objects within an image. An object detection 17 For each image frame, the object detection model outputs a list of the objects 24 [COCO dataset](http://cocodataset.org/). COCO is a large-scale object detection 30 * [EfficientDet-Lite0](https://tfhub.dev/tensorflow/lite-model/efficientdet/lite0/detection/metad… 31 *[Recommended]* - a lightweight object detection model with a BiFPN feature 35 * [EfficientDet-Lite1](https://tfhub.dev/tensorflow/lite-model/efficientdet/lite1/detection/metad… 36 a medium-sized EfficientDet object detection model. The mAP for the COCO [all …]
|