Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.h94 const ITensor *_input_anchors; variable
/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.cpp212 …ger)), _nms(), _input_box_encoding(nullptr), _input_scores(nullptr), _input_anchors(nullptr), _out… in CPPDetectionPostProcessLayer()
240 _input_anchors = input_anchors; in configure()
293 DecodeCenterSizeBoxes(_input_box_encoding, _input_anchors, _info, &_decoded_boxes); in run()