Searched refs:_dequantize_anchors (Results 1 – 4 of 4) sorted by relevance
45 _dequantize_anchors(), in NEGenerateProposalsLayer()141 _dequantize_anchors.configure(&_all_anchors, &_all_anchors_f32); in configure()344 _dequantize_anchors.run(); in run()
134 NEDequantizationLayer _dequantize_anchors; variable
48 _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()
157 std::unique_ptr<CLDequantizationLayer> _dequantize_anchors; variable