Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEDetectionPostProcessLayer.cpp38 …td::move(memory_manager)), _dequantize(), _detection_post_process(), _decoded_scores(), _run_dequa… in NEDetectionPostProcessLayer()
57 _memory_group.manage(&_decoded_scores); in configure()
59 _dequantize.configure(input_scores, &_decoded_scores); in configure()
61 input_scores_to_use = &_decoded_scores; in configure()
71 _decoded_scores.allocator()->allocate(); in configure()
/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.cpp213 …round(), _num_max_detected_boxes(), _dequantize_scores(false), _decoded_boxes(), _decoded_scores(), in CPPDetectionPostProcessLayer()
251 …auto_init_if_empty(*_decoded_scores.info(), TensorInfo(TensorShape(_input_scores->info()->dimensio… in configure()
256 _input_scores_to_use = _dequantize_scores ? &_decoded_scores : _input_scores; in configure()
260 _memory_group.manage(&_decoded_scores); in configure()
267 _decoded_scores.allocator()->allocate(); in configure()
304 … *(reinterpret_cast<float *>(_decoded_scores.ptr_to_element(Coordinates(idx_c, idx_b)))) = in run()
315 … *(reinterpret_cast<float *>(_decoded_scores.ptr_to_element(Coordinates(idx_c, idx_b)))) = in run()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEDetectionPostProcessLayer.h108 Tensor _decoded_scores; variable
/external/ComputeLibrary/arm_compute/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.h109 Tensor _decoded_scores; variable