Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Dcalltip_w.py39 anchor_index = (self.parenline, self.parencol)
41 anchor_index = (curline, 0)
42 box = self.anchor_widget.bbox("%d.%d" % anchor_index)
/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc538 const int anchor_index = floor( in NonMaxSuppressionMultiClassRegularHelper() local
543 anchor_index * num_classes_with_background - label_offset; in NonMaxSuppressionMultiClassRegularHelper()
549 decoded_boxes)[anchor_index]; in NonMaxSuppressionMultiClassRegularHelper()