Home
last modified time | relevance | path

Searched refs:kA15 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc359 {"apple a15 gpu", AppleGpu::kA15}, in AppleInfo()
390 gpu_type == AppleGpu::kA15 || gpu_type == AppleGpu::kM1 || in IsBionic()
396 return gpu_type == AppleGpu::kA14 || gpu_type == AppleGpu::kA15 || in IsSIMDMatMulSupported()
403 return gpu_type == AppleGpu::kA15 || gpu_type == AppleGpu::kM2; in IsSIMDMatMulFp32Perf2x()
438 case AppleGpu::kA15: in GetComputeUnitsCount()
Dgpu_info.h170 kA15, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_device.cc31 if (gpu_info.apple_info.gpu_type == AppleGpu::kA15) { in CreateGpuInfoFromMetalDevice()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dconv_test.mm345 if (device.GetInfo().apple_info.gpu_type == AppleGpu::kA15) {