Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc101 } else if (mali_info.IsBifrostGen2()) { in GetRecommendedBlockSizeForConv()
119 } else if (mali_info.IsBifrostGen2()) { in GetRecommendedBlockSizeForConv()
133 } else if (mali_info.IsBifrostGen2()) { in GetRecommendedBlockSizeForConv()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h200 bool IsBifrostGen2() const;
Dgpu_info.cc333 bool MaliInfo::IsBifrostGen2() const { in IsBifrostGen2() function in tflite::gpu::MaliInfo
340 return IsBifrostGen1() || IsBifrostGen2() || IsBifrostGen3(); in IsBifrost()