Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.cpp212 …: _memory_group(std::move(memory_manager)), _nms(), _input_box_encoding(nullptr), _input_scores(nu… in CPPDetectionPostProcessLayer()
239 _input_scores = input_scores; in configure()
247 _num_classes_with_background = _input_scores->info()->dimension(0); in configure()
251 …ty(*_decoded_scores.info(), TensorInfo(TensorShape(_input_scores->info()->dimension(0), _input_sco… in configure()
256 _input_scores_to_use = _dequantize_scores ? &_decoded_scores : _input_scores; in configure()
305 …qasymm8(*(reinterpret_cast<qasymm8_t *>(_input_scores->ptr_to_element(Coordinates(idx_c, idx_b))))… in run()
316 …(*(reinterpret_cast<qasymm8_signed_t *>(_input_scores->ptr_to_element(Coordinates(idx_c, idx_b))))… in run()
/external/ComputeLibrary/src/core/CPP/kernels/
DCPPNonMaximumSuppressionKernel.cpp58 …: _input_bboxes(nullptr), _input_scores(nullptr), _output_indices(nullptr), _max_output_size(0), _… in CPPNonMaximumSuppressionKernel()
71 _input_scores = input_scores; in configure()
104 … const float score_i = *(reinterpret_cast<float *>(_input_scores->ptr_to_element(Coordinates(i)))); in run()
/external/ComputeLibrary/arm_compute/core/CPP/kernels/
DCPPNonMaximumSuppressionKernel.h88 const ITensor *_input_scores; variable
/external/ComputeLibrary/arm_compute/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.h93 const ITensor *_input_scores; variable