Home
last modified time | relevance | path

Searched refs:nms_score_threshold (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPDetectionPostProcessLayer.cpp263 …r_nms() ? info.detection_per_class() : info.max_detections(), info.nms_score_threshold(), info.iou… in configure()
281 … &_decoded_scores_info, &_selected_indices_info, info.max_detections(), info.nms_score_threshold(), in validate()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEDetectionPostProcessLayer.cpp65 …ized(info.max_detections(), info.max_classes_per_detection(), info.nms_score_threshold(), info.iou… in configure()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h1111 … int max_detections, unsigned int max_classes_per_detection, float nms_score_threshold, float iou_…
1115 _nms_score_threshold(nms_score_threshold), in _max_detections()
1140 float nms_score_threshold() const in nms_score_threshold() function
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_ssd_mobilenet.cpp670 const float nms_score_threshold = 0.30000001192092896f; in create_graph_qasymm() local
682 …ionPostProcessLayerInfo(max_detections, max_classes_per_detection, nms_score_threshold, nms_iou_th… in create_graph_qasymm()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
H A Dprepare-composite-functions-tf.mlir578 … i64, max_classes_per_detection = 1 : i64, num_classes = 91 : i64, nms_score_threshold = 0.5 : f32…
599 … i64, max_classes_per_detection = 1 : i64, num_classes = 91 : i64, nms_score_threshold = 0.5 : f32…
602 … i64, max_classes_per_detection = 1 : i64, num_classes = 91 : i64, nms_score_threshold = 0.5 : f32…
605 …_PostProcess", {max_detections = 10 : i64, num_classes = 91 : i64, nms_score_threshold = 0.5 : f32…
H A Dops.mlir678 …max_detections = 20 : i64, nms_iou_threshold = 6.000000e-01 : f32, nms_score_threshold = 3.000000e…
/aosp_15_r20/external/ComputeLibrary/utils/
H A DTypePrinter.h2548 << "NmsScoreThreshold=" << detection_info.nms_score_threshold() << ","
/aosp_15_r20/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec3803 * * 8: An {@link %{OperandTypeLinkPfx}FLOAT32} scalar, nms_score_threshold.
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/
H A Dtypes.hal2722 * * 8: An {@link OperandType::FLOAT32} scalar, nms_score_threshold.
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/
H A Dtypes.hal2886 * * 8: An {@link OperandType::FLOAT32} scalar, nms_score_threshold.