Home | History | Annotate | Download | only in training

Lines Matching defs:ERROR

41 ERROR = 'ERROR'
62 ERROR: event_pb2.LogMessage.ERROR,
71 ERROR: logging.ERROR,
108 """Makes all subsequent log invocations error.
126 tensorboard_logging.{DEBUG, INFO, WARN, ERROR, FATAL}.
162 def error(message, *args):
163 log(ERROR, message, *args)