Home
last modified time | relevance | path

Searched refs:gpu_type (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc371 gpu_type = it->second; in AppleInfo()
373 gpu_type = AppleGpu::kUnknown; in AppleInfo()
377 bool AppleInfo::IsA7GenerationGpu() const { return gpu_type == AppleGpu::kA7; } in IsA7GenerationGpu()
379 return gpu_type == AppleGpu::kA8 || gpu_type == AppleGpu::kA8X; in IsA8GenerationGpu()
387 return gpu_type == AppleGpu::kA11 || gpu_type == AppleGpu::kA12 || in IsBionic()
388 gpu_type == AppleGpu::kA12X || gpu_type == AppleGpu::kA12Z || in IsBionic()
389 gpu_type == AppleGpu::kA13 || gpu_type == AppleGpu::kA14 || in IsBionic()
390 gpu_type == AppleGpu::kA15 || gpu_type == AppleGpu::kM1 || in IsBionic()
391 gpu_type == AppleGpu::kM1Pro || gpu_type == AppleGpu::kM1Max || in IsBionic()
392 gpu_type == AppleGpu::kM1Ultra || gpu_type == AppleGpu::kM2; in IsBionic()
[all …]
Dgpu_info.h181 AppleGpu gpu_type; member
/external/mesa3d/src/gallium/drivers/lima/
Dlima_screen.h73 int gpu_type; member
Dlima_screen.c75 switch (screen->gpu_type) { in lima_screen_get_name()
425 if (screen->gpu_type == DRM_LIMA_PARAM_GPU_ID_MALI450) in lima_screen_set_plb_max_blk()
473 screen->gpu_type = param.value; in lima_screen_query_info()
Dlima_job.c688 if ((screen->gpu_type == DRM_LIMA_PARAM_GPU_ID_MALI400) || in lima_update_pp_stream()
945 if (screen->gpu_type == DRM_LIMA_PARAM_GPU_ID_MALI400) { in lima_do_job()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_device.cc31 if (gpu_info.apple_info.gpu_type == AppleGpu::kA15) { in CreateGpuInfoFromMetalDevice()
/external/mesa3d/src/amd/compiler/
Daco_print_asm.cpp170 const char* gpu_type = to_clrx_device_name(program->gfx_level, program->family); in print_asm_clrx()
184 sprintf(command, "clrxdisasm --gpuType=%s -r %s", gpu_type, path); in print_asm_clrx()
/external/mesa3d/src/amd/common/
Dac_rgp.c305 enum sqtt_gpu_type gpu_type; member
443 chunk->gpu_type = in ac_sqtt_fill_asic_info()
/external/pytorch/torch/_inductor/
Dutils.py58 gpu_type = "cuda" if len(avail_gpus) == 0 else avail_gpus.pop()
59 return gpu_type
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dconv_test.mm345 if (device.GetInfo().apple_info.gpu_type == AppleGpu::kA15) {
/external/autotest/client/cros/power/
Dpower_status.py1312 def _set_gpu_type(cls, gpu_type): argument
1313 cls._gpu_type = gpu_type