Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc97 if (mali_info.IsBifrostGen1()) { in GetRecommendedBlockSizeForConv()
115 if (mali_info.IsBifrostGen1()) { in GetRecommendedBlockSizeForConv()
130 if (mali_info.IsBifrostGen1()) { in GetRecommendedBlockSizeForConv()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h199 bool IsBifrostGen1() const;
Dgpu_info.cc328 bool MaliInfo::IsBifrostGen1() const { in IsBifrostGen1() function in tflite::gpu::MaliInfo
340 return IsBifrostGen1() || IsBifrostGen2() || IsBifrostGen3(); in IsBifrost()