Searched refs:filterDataFloat32 (Results 1 – 1 of 1) sorted by relevance
177 std::vector<float> filterDataFloat32(getNumberOfElements(filterShape)); in depthwiseConvNhwc() local178 convertFloat16ToFloat32(filterData, &filterDataFloat32); in depthwiseConvNhwc()183 depthwiseConvNhwc(inputDataFloat32.data(), inputShape, filterDataFloat32.data(), filterShape, in depthwiseConvNhwc()