Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/
H A DCLFunctionsFactory.cpp174 std::unique_ptr<IFunction> create_detection_post_process_layer<CPPDetectionPostProcessLayer, CLTarg… in create_detection_post_process_layer() function
266 …return detail::create_detection_post_process_layer<CPPDetectionPostProcessLayer, CLTargetInfo>(*po… in create()
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/
H A DNEFunctionFactory.cpp156 …return detail::create_detection_post_process_layer<NEDetectionPostProcessLayer, NETargetInfo>(*pol… in create()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DFunctionHelpers.h960 std::unique_ptr<IFunction> create_detection_post_process_layer(DetectionPostProcessLayerNode &node) in create_detection_post_process_layer() function