Home
last modified time | relevance | path

Searched defs:ignore_failure (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/optests/
H A Daot_autograd.py112 def check(args, ignore_failure=False): argument
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dservice_config_end2end_test.cc359 bool ignore_failure = false) { in WaitForServer()
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_tests.py1317 def ignore_failure(instance, test_method, *args, **kwargs): member in BluetoothAdapterTests
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py3066 def ignore_failure(f, test_name): function