Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_testing.py2216 def _check_python_output(cls, program) -> str: member in TestImports
2274 …out = self._check_python_output("import sys;import torch;print(all(x not in sys.modules for x in t…
2279 out = self._check_python_output("import torch")
2283 out = self._check_python_output("import torch;import sys;print('sympy' not in sys.modules)")
2308 out = self._check_python_output("; ".join(commands))