Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dutil.cc105 } 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()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h201 bool IsBifrostGen3() const;
Dgpu_info.cc337 bool MaliInfo::IsBifrostGen3() const { return gpu_version == MaliGpu::kG76; } in IsBifrostGen3() function in tflite::gpu::MaliInfo
340 return IsBifrostGen1() || IsBifrostGen2() || IsBifrostGen3(); in IsBifrost()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.cc198 if (mali_info.IsMaliT8xx() || mali_info.IsBifrostGen3() || in GetFastestStorageType()