Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp38 std::vector<float> filterDataFloat32(getNumberOfElements(filterShape)); in depthwiseConvFloat16() local
39 convertFloat16ToFloat32(filterData, &filterDataFloat32); in depthwiseConvFloat16()
44 depthwiseConvFloat32(inputDataFloat32.data(), inputShape, filterDataFloat32.data(), filterShape, in depthwiseConvFloat16()