Home
last modified time | relevance | path

Searched refs:is_python (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/tools/compatibility/
Dipynb.py26 def is_python(cell): function
109 if is_python(cell):
156 if not is_python(cell):
/external/pytorch/torch/utils/benchmark/utils/
Dtimer.py525 is_python = (self._language == Language.PYTHON)
526 assert is_python or not self._globals
532 collect_baseline=collect_baseline and is_python,
533 is_python=is_python,
/external/bazelbuild-rules_python/python/private/pypi/
Dconfig_settings.bzl112 is_python = "is_python_{}".format(python_version or "version_unset")
118 name = is_python,
146 is_python = is_python,
288 def _dist_config_setting(*, name, is_python, python_version, is_pip_whl = None, native = native, **…
295 is_python: The python version config_setting to match.
310 is_python: _name,
311 "//conditions:default": is_python,
/external/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/
Dtimer_interface.py525 is_python: bool,
530 assert is_python or not collect_baseline
538 is_python=is_python,
565 is_python: bool,
612 if is_python:
/external/pytorch/benchmarks/instruction_counts/core/
Dexpand.py98 is_python = language == Language.PYTHON
114 stmt = stmts[0 if is_python else 1]
/external/python/cpython3/Lib/http/
Dserver.py1055 def is_python(self, path): member in CGIHTTPRequestHandler
1099 ispy = self.is_python(scriptname)
1207 if self.is_python(scriptfile):
/external/pytorch/torch/utils/_sympy/
Dvalue_ranges.py433 is_python = isinstance(value, (int, float, bool))
434 assert is_python or isinstance(
448 if is_python: