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.cc151 if (mali_info.IsBifrostGen1()) { in GetRecommendedBlockSizeForConv()
169 if (mali_info.IsBifrostGen1()) { in GetRecommendedBlockSizeForConv()
184 if (mali_info.IsBifrostGen1()) { in GetRecommendedBlockSizeForConv()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h247 bool IsBifrostGen1() const;
Dgpu_info.cc489 bool MaliInfo::IsBifrostGen1() const { in IsBifrostGen1() function in tflite::gpu::MaliInfo
501 return IsBifrostGen1() || IsBifrostGen2() || IsBifrostGen3(); in IsBifrost()