Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/optests/
H A Dgenerate_tests.py488 raise OpCheckError(
522 raise OpCheckError(
662 raise OpCheckError(
670 class OpCheckError(Exception): class
H A D__init__.py7 from .generate_tests import generate_opcheck_tests, opcheck, OpCheckError, dontGenerateOpCheckTests…
/aosp_15_r20/external/pytorch/test/
H A Dtest_custom_ops.py152 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"