Home
last modified time | relevance | path

Searched refs:IsRoundToNearestSupported (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dwinograd_test_util.cc73 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd4x4To36TileX6Test()
145 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd36To4x4Tile4x1Test()
208 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd4x4To36Test()
279 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd36To4x4Test()
Dfully_connected_test_util.cc149 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in FullyConnectedExtraLargeTest()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h197 bool IsRoundToNearestSupported() const;
436 bool IsRoundToNearestSupported() const;
Dgpu_info.cc406 bool AppleInfo::IsRoundToNearestSupported() const { return IsBionic(); } in IsRoundToNearestSupported() function in tflite::gpu::AppleInfo
704 bool GpuInfo::IsRoundToNearestSupported() const { in IsRoundToNearestSupported() function in tflite::gpu::GpuInfo
709 return apple_info.IsRoundToNearestSupported(); in IsRoundToNearestSupported()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/benchmarking/
Dmain.mm127 if (gpu_info.IsRoundToNearestSupported()) {
194 if (gpu_info.IsRoundToNearestSupported()) {
260 if (gpu_info.IsRoundToNearestSupported()) {
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.mm349 if (gpu_info.IsRoundToNearestSupported()) {