Searched refs:IsSuitableForWinograd4x4To6x6 (Results 1 – 4 of 4) sorted by relevance
31 EXPECT_TRUE(IsSuitableForWinograd4x4To6x6(attr)); in TEST()41 EXPECT_FALSE(IsSuitableForWinograd4x4To6x6(attr)); in TEST()
42 bool IsSuitableForWinograd4x4To6x6(const Convolution2DAttributes& attr);
152 bool IsSuitableForWinograd4x4To6x6(const Convolution2DAttributes& attr) { in IsSuitableForWinograd4x4To6x6() function
86 if (!IsSuitableForWinograd4x4To6x6(attr)) { in WinogradFromNode()