Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/graph/backends/CL/
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()
/external/ComputeLibrary/src/graph/backends/NEON/
DNEFunctionFactory.cpp156 …return detail::create_detection_post_process_layer<NEDetectionPostProcessLayer, NETargetInfo>(*pol… in create()
/external/ComputeLibrary/arm_compute/graph/backends/
DFunctionHelpers.h960 std::unique_ptr<IFunction> create_detection_post_process_layer(DetectionPostProcessLayerNode &node) in create_detection_post_process_layer() function