Home
last modified time | relevance | path

Searched defs:_get_or_create_logger (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharded_tensor/
H A Dlogger.py18 def _get_or_create_logger() -> logging.Logger: function
/aosp_15_r20/external/pytorch/torch/distributed/elastic/events/
H A D__init__.py43 def _get_or_create_logger(destination: str = "null") -> logging.Logger: function
/aosp_15_r20/external/pytorch/torch/distributed/
H A Dc10d_logger.py26 def _get_or_create_logger(destination: str = _DEFAULT_DESTINATION) -> logging.Logger: function