Home
last modified time | relevance | path

Searched refs:_dequantize_anchors (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEGenerateProposalsLayer.cpp45 _dequantize_anchors(), in NEGenerateProposalsLayer()
141 _dequantize_anchors.configure(&_all_anchors, &_all_anchors_f32); in configure()
344 _dequantize_anchors.run(); in run()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEGenerateProposalsLayer.h134 NEDequantizationLayer _dequantize_anchors; variable
/external/ComputeLibrary/src/runtime/CL/functions/
DCLGenerateProposalsLayer.cpp48 _dequantize_anchors(std::make_unique<CLDequantizationLayer>()), in CLGenerateProposalsLayer()
150 _dequantize_anchors->configure(compile_context, &_all_anchors, &_all_anchors_f32); in configure()
369 _dequantize_anchors->run(); in run()
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLGenerateProposalsLayer.h157 std::unique_ptr<CLDequantizationLayer> _dequantize_anchors; variable