Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_import_stats.py11 TestCase.runWithPytorchAPIUsageStderr("import torch")
14 TestCase.runWithPytorchAPIUsageStderr(
H A Dtest_logging.py14 s = TestCase.runWithPytorchAPIUsageStderr("import torch")
17 s = TestCase.runWithPytorchAPIUsageStderr(
H A Dtest_testing.py289 stderr = TestCase.runWithPytorchAPIUsageStderr("""\
323 stderr = TestCase.runWithPytorchAPIUsageStderr("""\
364 stderr = TestCase.runWithPytorchAPIUsageStderr("""\
H A Dtest_xpu.py112 stderr = TestCase.runWithPytorchAPIUsageStderr(
H A Dtest_multiprocessing.py658 stderr = TestCase.runWithPytorchAPIUsageStderr(
H A Dtest_autograd.py6626 s = TestCase.runWithPytorchAPIUsageStderr(code)
H A Dtest_nn.py11629 stderr = TestCase.runWithPytorchAPIUsageStderr(f"""\
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py4212 def runWithPytorchAPIUsageStderr(code): member in TestCase