Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h156 bool IsBionic() const;
Dgpu_info.cc265 bool AppleInfo::IsBionic() const { in IsBionic() function in tflite::gpu::AppleInfo
271 bool AppleInfo::IsRoundToNearestSupported() const { return IsBionic(); } in IsRoundToNearestSupported()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc778 if (blk_total_size >= 2 && apple_info.IsBionic()) { in GetConvParamsForA9AndHigher()
817 float precise_threshold = apple_info.IsBionic() ? 1.0f : 1.04f; in GetConvParamsForA9AndHigher()