Searched refs:OpCheckError (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/testing/_internal/optests/ |
H A D | generate_tests.py | 488 raise OpCheckError( 522 raise OpCheckError( 662 raise OpCheckError( 670 class OpCheckError(Exception): class
|
H A D | __init__.py | 7 from .generate_tests import generate_opcheck_tests, opcheck, OpCheckError, dontGenerateOpCheckTests…
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_custom_ops.py | 152 optests.OpCheckError, "Argument x is not defined as mutable but was mutated" 187 optests.OpCheckError, 216 optests.OpCheckError, 257 with self.assertRaisesRegex(optests.OpCheckError, "Shapes .* are not equal"): 290 optests.OpCheckError, 316 torch.testing._internal.optests.OpCheckError, 345 optests.OpCheckError, "eager-mode PyTorch vs AOTAutograd" 369 optests.OpCheckError, "Autograd has not been implemented for operator"
|