Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/
D__init__.py39 from tensorflow.python.autograph.impl.api import AutoGraphError
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi.py82 class AutoGraphError(errors.PyCTError): class
87 class ConversionError(AutoGraphError):
92 class StagingError(AutoGraphError):
129 elif preferred_type in (errors.PyCTError, AutoGraphError, ConversionError,