Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGenerateProposals.cpp629 std::vector<float> scores_float32(getNumberOfElements(scoresShape)); in boxWithNmsLimitFloat32() local
630 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() local
653 convertFloat16ToFloat32(scoresData, &scores_float32); in boxWithNmsLimitFloat16()
674 std::vector<float> scores_float32(getNumberOfElements(scoresShape)); in boxWithNmsLimitQuant() local
696 std::vector<float> scores_float32(getNumberOfElements(scoresShape)); in boxWithNmsLimitQuant() local
698 &scores_float32); in boxWithNmsLimitQuant()
1564 std::vector<float> scores_float32(getNumberOfElements(scoreShape)); in detectionPostprocessFloat16() local
[all …]