Home
last modified time | relevance | path

Searched defs:detect_info (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLFunctionsFactory.cpp139 const DetectionOutputLayerInfo detect_info = node.detection_output_info(); in create_detection_output_layer() local
186 const DetectionPostProcessLayerInfo detect_info = node.detection_post_process_info(); in create_detection_post_process_layer() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DValidateHelpers.h323 const DetectionOutputLayerInfo detect_info = node.detection_output_info(); in validate_detection_output_layer() local
350 const DetectionPostProcessLayerInfo detect_info = node.detection_post_process_info(); in validate_detection_post_process_layer() local
H A DFunctionHelpers.h923 const DetectionOutputLayerInfo detect_info = node.detection_output_info(); in create_detection_output_layer() local
972 const DetectionPostProcessLayerInfo detect_info = node.detection_post_process_info(); in create_detection_post_process_layer() local
/aosp_15_r20/external/ComputeLibrary/src/graph/
H A DGraphBuilder.cpp396 …c, NodeIdxPair input_conf, NodeIdxPair input_priorbox, const DetectionOutputLayerInfo &detect_info) in add_detection_output_node()
413 …t_box_encoding, NodeIdxPair input_class_prediction, const DetectionPostProcessLayerInfo &detect_in… in add_detection_post_process_node()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/frontend/
H A DLayers.h588 …tream &&sub_stream_conf, SubStream &&sub_stream_prior, const DetectionOutputLayerInfo &detect_info) in DetectionOutputLayer()