Home
last modified time | relevance | path

Searched defs:gpu_enabled (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dfunction_impl.cpp121 bool gpu_enabled = at::autocast::is_autocast_enabled(at::kCUDA); in currentSpecialization() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Demugl_config.cpp192 bool gpu_enabled, in emuglConfig_init()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dautocast.cpp23 bool gpu_enabled = false; member