Home
last modified time | relevance | path

Searched refs:BASIC_FORMAT (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/platform/
Dtf_logging.py131 _handler.setFormatter(_logging.Formatter(_logging.BASIC_FORMAT, None))
/external/python/cpython3/Lib/logging/
D__init__.py546 BASIC_FORMAT = "%(levelname)s:%(name)s:%(message)s" variable
549 '%': (PercentStyle, BASIC_FORMAT),
/external/pytorch/torch/_logging/
D_internal.py860 fmt = logging.BASIC_FORMAT
/external/curl/tests/http/
Dscorecard.py713 console.setFormatter(logging.Formatter(logging.BASIC_FORMAT))
/external/python/cpython3/Lib/test/
Dtest_logging.py5409 self.assertEqual(formatter._style._fmt, logging.BASIC_FORMAT)