Home
last modified time | relevance | path

Searched refs:PyCTError (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Derrors.py22 class PyCTError(Exception): class
27 class UnsupportedLanguageElementError(PyCTError, NotImplementedError):
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py82 class AutoGraphError(errors.PyCTError):
129 elif preferred_type in (errors.PyCTError, AutoGraphError, ConversionError,