Class TfRuntimeError
Defined in tensorflow/python/autograph/core/errors.py
.
Error wrapper for runtime errors raised by AutoGraph generated code.
__init__
__init__(
op_name,
op_message,
custom_traceback
)
Initialize self. See help(type(self)) for accurate signature.