Searched refs:IsBifrostGen1 (Results 1 – 3 of 3) sorted by relevance
151 if (mali_info.IsBifrostGen1()) { in GetRecommendedBlockSizeForConv()169 if (mali_info.IsBifrostGen1()) { in GetRecommendedBlockSizeForConv()184 if (mali_info.IsBifrostGen1()) { in GetRecommendedBlockSizeForConv()
247 bool IsBifrostGen1() const;
489 bool MaliInfo::IsBifrostGen1() const { in IsBifrostGen1() function in tflite::gpu::MaliInfo501 return IsBifrostGen1() || IsBifrostGen2() || IsBifrostGen3(); in IsBifrost()