Home
last modified time | relevance | path

Searched refs:validate_detection_output_layer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/
H A DNENodeValidator.cpp85 …return detail::validate_detection_output_layer<CPPDetectionOutputLayer>(*polymorphic_downcast<Dete… in validate()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLNodeValidator.cpp88 …return detail::validate_detection_output_layer<CPPDetectionOutputLayer>(*polymorphic_downcast<Dete… in validate()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DValidateHelpers.h312 Status validate_detection_output_layer(DetectionOutputLayerNode &node) in validate_detection_output_layer() function