Searched refs:ReInterpretTensor (Results 1 – 1 of 1) sorted by relevance
245 T ReInterpretTensor(const TfLiteTensor* tensor) { in ReInterpretTensor() function252 T ReInterpretTensor(TfLiteTensor* tensor) { in ReInterpretTensor() function289 box_centersize = ReInterpretTensor<const CenterSizeEncoding*>( in DecodeCenterSizeBoxes()292 ReInterpretTensor<const CenterSizeEncoding*>(input_anchors)[idx]; in DecodeCenterSizeBoxes()309 auto& box = ReInterpretTensor<BoxCornerEncoding*>(decoded_boxes)[idx]; in DecodeCenterSizeBoxes()341 auto& box = ReInterpretTensor<const BoxCornerEncoding*>(decoded_boxes)[i]; in ValidateBoxes()351 auto& box_i = ReInterpretTensor<const BoxCornerEncoding*>(decoded_boxes)[i]; in ComputeIntersectionOverUnion()352 auto& box_j = ReInterpretTensor<const BoxCornerEncoding*>(decoded_boxes)[j]; in ComputeIntersectionOverUnion()547 ReInterpretTensor<BoxCornerEncoding*>(detection_boxes)[output_box_index] = in NonMaxSuppressionMultiClassRegularHelper()548 ReInterpretTensor<const BoxCornerEncoding*>( in NonMaxSuppressionMultiClassRegularHelper()[all …]