Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dwinograd_test_util.cc71 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd4x4To36TileX6Test()
143 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd36To4x4Tile4x1Test()
207 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd4x4To36Test()
278 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in Winograd36To4x4Test()
Dfully_connected_test_util.cc139 if (!env->GetGpuInfo().IsRoundToNearestSupported()) { in FullyConnectedExtraLargeTest()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h159 bool IsRoundToNearestSupported() const;
330 bool IsRoundToNearestSupported() const;
Dgpu_info.cc271 bool AppleInfo::IsRoundToNearestSupported() const { return IsBionic(); } in IsRoundToNearestSupported() function in tflite::gpu::AppleInfo
399 bool GpuInfo::IsRoundToNearestSupported() const { in IsRoundToNearestSupported() function in tflite::gpu::GpuInfo
404 return apple_info.IsRoundToNearestSupported(); in IsRoundToNearestSupported()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.mm349 if (gpu_info.IsRoundToNearestSupported()) {