Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLFunctionsFactory.cpp130 std::unique_ptr<IFunction> create_detection_output_layer<CPPDetectionOutputLayer, CLTargetInfo>(Det… in create_detection_output_layer() function
264 …return detail::create_detection_output_layer<CPPDetectionOutputLayer, CLTargetInfo>(*polymorphic_d… in create()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/
H A DNEFunctionFactory.cpp154 …return detail::create_detection_output_layer<CPPDetectionOutputLayer, NETargetInfo>(*polymorphic_d… in create()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DFunctionHelpers.h914 std::unique_ptr<IFunction> create_detection_output_layer(DetectionOutputLayerNode &node) in create_detection_output_layer() function