Home
last modified time | relevance | path

Searched refs:_kNumCoordBox (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.h102 const unsigned int _kNumCoordBox = 4; variable
/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.cpp228 …auto_init_if_empty(*output_boxes->info(), TensorInfo(TensorShape(_kNumCoordBox, _num_max_detected_… in configure()
236 info, _kBatchSize, _kNumCoordBox)); in configure()
250 …auto_init_if_empty(*_decoded_boxes.info(), TensorInfo(TensorShape(_kNumCoordBox, _input_box_encodi… in configure()