Home
last modified time | relevance | path

Searched defs:max_detections (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddetection_postprocess.cc90 int max_detections; member
426 const std::vector<float>& scores, int max_detections, in NonMaxSuppressionSingleClassHelper()
512 int max_detections; member
640 const int max_detections = op_data->max_detections; in NonMaxSuppressionMultiClassRegularHelper() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPDetectionPostProcessLayer.cpp183 …signed int> &sorted_indices, const unsigned int num_output, const unsigned int max_detections, ITe… in SaveOutputs()
291 const unsigned int max_detections = _info.max_detections(); in run() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_ssd_mobilenet.cpp668 const int max_detections = 10; in create_graph_qasymm() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h1113 : _max_detections(max_detections), in _max_detections() argument
1125 unsigned int max_detections() const in max_detections() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dnon_max_suppression_op.cc418 int max_detections = 0; in SelectResultPerBatch() local