Searched refs:reorderPrim (Results 1 – 3 of 3) sorted by relevance
162 auto reorderPrim = static_cast<MklReorderWithScalePrimitive*>( in Get() local165 if (reorderPrim == nullptr) { in Get()166 reorderPrim = new MklReorderWithScalePrimitive(fwdParams); in Get()168 from, to, reorderPrim, fwdParams); in Get()170 return reorderPrim; in Get()
253 auto reorderPrim = static_cast<MklSlicePrimitive<T>*>( in Get() local255 if (reorderPrim == nullptr) { in Get()256 reorderPrim = new MklSlicePrimitive<T>(sliceParams); in Get()258 reorderPrim); in Get()260 return reorderPrim; in Get()
1905 auto reorderPrim = static_cast<MklReorderPrimitive*>( in Get() local1907 if (reorderPrim == nullptr) { in Get()1908 reorderPrim = new MklReorderPrimitive(from, to); in Get()1910 reorderPrim); in Get()1912 reorderPrim->SetMemory(from, to); in Get()1913 return reorderPrim; in Get()