Home
last modified time | relevance | path

Searched refs:_is_windows (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/lib/Bindings/Python/mlir/
D_dlloader.py8 _is_windows = platform.system() == "Windows" variable
40 if _is_windows:
/external/tensorflow/third_party/gpus/
Dcheck_cuda_libs.py42 def _is_windows(): function
60 if check_soname and objdump is not None and not _is_windows():
Dfind_cuda_config.py80 def _is_windows(): function
159 if _is_windows():
214 if _is_windows():
270 nvcc_name = "nvcc.exe" if _is_windows() else "nvcc"
567 if _is_windows():
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denv_setup.py191 self._is_windows = os.name == 'nt'
299 if not self._is_windows and self._enable_cargo:
302 if self._is_windows:
317 if not self._is_windows:
440 if orig_python3 != new_python3 and self._is_windows:
/external/tensorflow/third_party/systemlibs/
Dsyslibs_configure.bzl57 def _is_windows(repository_ctx):
66 if not _is_windows(repository_ctx) and s != None and s != "":
/external/grpc-grpc/third_party/py/
Dpython_configure.bzl30 def _is_windows(repository_ctx):
70 if _is_windows(repository_ctx):
132 cmd = 'cp -f' if _is_windows(repository_ctx) else 'ln -s'
252 if _is_windows(repository_ctx):
/external/tflite-support/third_party/tensorflow/
Dtf_configure.bzl22 def _is_windows(repository_ctx):
73 if _is_windows(repository_ctx):
209 …["_pywrap_tensorflow_internal.lib" if _is_windows(repository_ctx) else "libtensorflow_framework.so…
/external/rust/crates/grpcio-sys/grpc/third_party/py/
Dpython_configure.bzl37 def _is_windows(repository_ctx):
77 if _is_windows(repository_ctx):
145 cmd = "cp -f" if _is_windows(repository_ctx) else "ln -s"
315 if _is_windows(repository_ctx):
/external/tflite-support/third_party/
Drepo.bzl19 def _is_windows(ctx):
23 if _is_windows(ctx):
/external/tensorflow/third_party/
Drepo.bzl21 def _is_windows(ctx):
25 if _is_windows(ctx):