Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp122 std::vector<float> imageInfo_float32(getNumberOfElements(imageInfoDataShape)); in bboxTransformFloat16() local
123 convertFloat16ToFloat32(imageInfoData, &imageInfo_float32); in bboxTransformFloat16()
127 imageInfo_float32.data(), imageInfoDataShape, in bboxTransformFloat16()
143 std::vector<float> imageInfo_float32(getNumberOfElements(imageInfoDataShape)); in bboxTransformQuant() local
145 &imageInfo_float32); in bboxTransformQuant()
149 imageInfo_float32.data(), imageInfoDataShape, in bboxTransformQuant()
165 std::vector<float> imageInfo_float32(getNumberOfElements(imageInfoDataShape)); in bboxTransformQuant() local
167 &imageInfo_float32); in bboxTransformQuant()
171 imageInfo_float32.data(), imageInfoDataShape, in bboxTransformQuant()
1023 std::vector<float> imageInfo_float32(getNumberOfElements(imageInfoShape)); in generateProposalsFloat16() local
[all …]