Home
last modified time | relevance | path

Searched refs:InternalTorchDynamoError (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torch/_dynamo/
Dexc.py37 class InternalTorchDynamoError(TorchDynamoException): class
Dconvert_frame.py74 InternalTorchDynamoError,
952 raise InternalTorchDynamoError(
/external/pytorch/torch/_dynamo/variables/
Dbuilder.py59 from ..exc import InternalTorchDynamoError, unimplemented
1453 raise InternalTorchDynamoError(
1642 raise InternalTorchDynamoError("Wrapped Tensor must be this graph's fake")
2157 raise InternalTorchDynamoError(
/external/pytorch/test/dynamo/
Dtest_subclasses.py1412 torch._dynamo.exc.InternalTorchDynamoError,
1426 torch._dynamo.exc.InternalTorchDynamoError,
Dtest_functions.py3667 with self.assertRaises(torch._dynamo.exc.InternalTorchDynamoError):
Dtest_higher_order_ops.py2710 with self.assertRaises(torch._dynamo.exc.InternalTorchDynamoError):