Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/graph/backends/CL/
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()
/external/ComputeLibrary/src/graph/backends/NEON/
DNEFunctionFactory.cpp154 …return detail::create_detection_output_layer<CPPDetectionOutputLayer, NETargetInfo>(*polymorphic_d… in create()
/external/ComputeLibrary/arm_compute/graph/backends/
DFunctionHelpers.h914 std::unique_ptr<IFunction> create_detection_output_layer(DetectionOutputLayerNode &node) in create_detection_output_layer() function