Searched refs:IsBionic (Results 1 – 3 of 3) sorted by relevance
156 bool IsBionic() const;
265 bool AppleInfo::IsBionic() const { in IsBionic() function in tflite::gpu::AppleInfo271 bool AppleInfo::IsRoundToNearestSupported() const { return IsBionic(); } in IsRoundToNearestSupported()
778 if (blk_total_size >= 2 && apple_info.IsBionic()) { in GetConvParamsForA9AndHigher()817 float precise_threshold = apple_info.IsBionic() ? 1.0f : 1.04f; in GetConvParamsForA9AndHigher()