Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DDepthwiseConv2D.cpp177 std::vector<float> filterDataFloat32(getNumberOfElements(filterShape)); in depthwiseConvNhwc() local
178 convertFloat16ToFloat32(filterData, &filterDataFloat32); in depthwiseConvNhwc()
183 depthwiseConvNhwc(inputDataFloat32.data(), inputShape, filterDataFloat32.data(), filterShape, in depthwiseConvNhwc()