Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.h149 struct AppleInfo { struct
150 AppleInfo() = default;
151 explicit AppleInfo(const std::string& gpu_description);
370 AppleInfo apple_info;
Dgpu_info.cc242 AppleInfo::AppleInfo(const std::string& gpu_description) { in AppleInfo() function in tflite::gpu::AppleInfo
260 bool AppleInfo::IsLocalMemoryPreferredOverGlobal() const { in IsLocalMemoryPreferredOverGlobal()
265 bool AppleInfo::IsBionic() const { in IsBionic()
271 bool AppleInfo::IsRoundToNearestSupported() const { return IsBionic(); } in IsRoundToNearestSupported()
273 int AppleInfo::GetComputeUnitsCount() const { in GetComputeUnitsCount()
357 gpu_info->apple_info = AppleInfo(lowered); in GetGpuInfoFromDeviceDescription()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc667 int GetMaximumPossibleWavesCount(const AppleInfo& apple_info, in GetMaximumPossibleWavesCount()
676 int GetRecommendedBlockSize(const AppleInfo& apple_info, in GetRecommendedBlockSize()
692 const AppleInfo& apple_info, const Convolution2DAttributes& attr, in GetConvParamsForA7A8()
772 const AppleInfo& apple_info, const Convolution2DAttributes& attr, in GetConvParamsForA9AndHigher()