Searched refs:filterDataFloat32 (Results 1 – 1 of 1) sorted by relevance
38 std::vector<float> filterDataFloat32(getNumberOfElements(filterShape)); in depthwiseConvFloat16() local39 convertFloat16ToFloat32(filterData, &filterDataFloat32); in depthwiseConvFloat16()44 depthwiseConvFloat32(inputDataFloat32.data(), inputShape, filterDataFloat32.data(), filterShape, in depthwiseConvFloat16()