Home
last modified time | relevance | path

Searched refs:IsBifrostGen3 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc159 } else if (mali_info.IsBifrostGen3() || mali_info.IsValhall()) { in GetRecommendedBlockSizeForConv()
176 } else if (mali_info.IsBifrostGen3() || mali_info.IsValhall()) { in GetRecommendedBlockSizeForConv()
190 } else if (mali_info.IsBifrostGen3() || mali_info.IsValhall()) { in GetRecommendedBlockSizeForConv()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h249 bool IsBifrostGen3() const;
Dgpu_info.cc498 bool MaliInfo::IsBifrostGen3() const { return gpu_version == MaliGpu::kG76; } in IsBifrostGen3() function in tflite::gpu::MaliInfo
501 return IsBifrostGen1() || IsBifrostGen2() || IsBifrostGen3(); in IsBifrost()