Home
last modified time | relevance | path

Searched defs:skip_if_no_torchvision (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_fx_to_onnx_with_onnxruntime.py40 skip_if_no_torchvision = unittest.skipIf(not HAS_TORCHVISION, "no torchvision") variable
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py439 skip_if_no_torchvision = unittest.skipIf(not HAS_TORCHVISION, "no torchvision") variable