Searched refs:DstTransFunc (Results 1 – 4 of 4) sorted by relevance
27 …typedef void(*DstTransFunc)(const float* srcStart, float* dstStart, size_t srcXStep, size_t srcZSt… typedef in MNN::WinogradInt8Helper29 static DstTransFunc chooseDestTransform(int alpha, int unit);
68 using WinoDstTransFunc = WinogradInt8Helper::DstTransFunc;
45 using WinoDstTransFunc = WinogradInt8Helper::DstTransFunc;
252 WinogradInt8Helper::DstTransFunc WinogradInt8Helper::chooseDestTransform(int alpha, int unit) { in chooseDestTransform()253 std::map<std::tuple<int, int>, WinogradInt8Helper::DstTransFunc> func_table = { in chooseDestTransform()