Searched refs:IsBifrostGen3 (Results 1 – 4 of 4) sorted by relevance
105 } else if (mali_info.IsBifrostGen3() || mali_info.IsValhall()) { in GetRecommendedBlockSizeForConv()122 } else if (mali_info.IsBifrostGen3() || mali_info.IsValhall()) { in GetRecommendedBlockSizeForConv()136 } else if (mali_info.IsBifrostGen3() || mali_info.IsValhall()) { in GetRecommendedBlockSizeForConv()
201 bool IsBifrostGen3() const;
337 bool MaliInfo::IsBifrostGen3() const { return gpu_version == MaliGpu::kG76; } in IsBifrostGen3() function in tflite::gpu::MaliInfo340 return IsBifrostGen1() || IsBifrostGen2() || IsBifrostGen3(); in IsBifrost()
198 if (mali_info.IsMaliT8xx() || mali_info.IsBifrostGen3() || in GetFastestStorageType()