Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGenerateProposals.cpp119 std::vector<float> imageInfo_float32(getNumberOfElements(imageInfoDataShape)); in bboxTransformFloat16() local
120 convertFloat16ToFloat32(imageInfoData, &imageInfo_float32); in bboxTransformFloat16()
124 imageInfo_float32.data(), imageInfoDataShape, in bboxTransformFloat16()
140 std::vector<float> imageInfo_float32(getNumberOfElements(imageInfoDataShape)); in bboxTransformQuant() local
142 &imageInfo_float32); in bboxTransformQuant()
162 std::vector<float> imageInfo_float32(getNumberOfElements(imageInfoDataShape)); in bboxTransformQuant() local
164 &imageInfo_float32); in bboxTransformQuant()
1136 std::vector<float> imageInfo_float32(getNumberOfElements(imageInfoShape)); in generateProposalsFloat16() local
1137 convertFloat16ToFloat32(imageInfoData, &imageInfo_float32); in generateProposalsFloat16()
1187 std::vector<float> imageInfo_float32(getNumberOfElements(imageInfoShape)); in generateProposalsQuant() local
[all …]