Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/sanitizer_common/android_commands/
Dandroid_run.py21 device_env = build_env() variable
27 (ANDROID_TMPDIR, device_env, device_binary, device_args,
/external/compiler-rt/test/asan/android_commands/
Dandroid_run.py24 device_env = build_env() variable
30 (ANDROID_TMPDIR, device_env, asanwrapper, device_binary, device_args,
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc899 const auto& device_env = device_properties.environment(); in GetCudaVersion() local
900 auto it = device_env.find("cuda"); in GetCudaVersion()
901 if (it != device_env.end()) { in GetCudaVersion()
915 const auto& device_env = device_properties.environment(); in GetCudnnVersion() local
916 auto it = device_env.find("cudnn"); in GetCudnnVersion()
917 if (it != device_env.end()) { in GetCudnnVersion()
Dauto_mixed_precision_test.cc1028 const auto& device_env = device_properties.environment(); in GetCudaVersion() local
1029 auto it = device_env.find("cuda"); in GetCudaVersion()
1030 if (it != device_env.end()) { in GetCudaVersion()