Searched refs:IsBifrostGen2 (Results 1 – 3 of 3) sorted by relevance
101 } else if (mali_info.IsBifrostGen2()) { in GetRecommendedBlockSizeForConv()119 } else if (mali_info.IsBifrostGen2()) { in GetRecommendedBlockSizeForConv()133 } else if (mali_info.IsBifrostGen2()) { in GetRecommendedBlockSizeForConv()
200 bool IsBifrostGen2() const;
333 bool MaliInfo::IsBifrostGen2() const { in IsBifrostGen2() function in tflite::gpu::MaliInfo340 return IsBifrostGen1() || IsBifrostGen2() || IsBifrostGen3(); in IsBifrost()