Searched refs:scores_float32 (Results 1 – 1 of 1) sorted by relevance
629 std::vector<float> scores_float32(getNumberOfElements(scoresShape)); in boxWithNmsLimitFloat32() local630 for (uint32_t i = 0; i < scores_float32.size(); i++) { in boxWithNmsLimitFloat32()631 scores_float32[i] = scoresData[i]; in boxWithNmsLimitFloat32()639 scores_float32, context); in boxWithNmsLimitFloat32()652 std::vector<float> scores_float32(getNumberOfElements(scoresShape)); in boxWithNmsLimitFloat16() local653 convertFloat16ToFloat32(scoresData, &scores_float32); in boxWithNmsLimitFloat16()674 std::vector<float> scores_float32(getNumberOfElements(scoresShape)); in boxWithNmsLimitQuant() local696 std::vector<float> scores_float32(getNumberOfElements(scoresShape)); in boxWithNmsLimitQuant() local698 &scores_float32); in boxWithNmsLimitQuant()1564 std::vector<float> scores_float32(getNumberOfElements(scoreShape)); in detectionPostprocessFloat16() local[all …]