_logging.py 256 B

12345678910
  1. import torch
  2. add_stat_value = torch.ops.prim.AddStatValue
  3. set_logger = torch._C._logging_set_logger
  4. LockingLogger = torch._C.LockingLogger
  5. AggregationType = torch._C.AggregationType
  6. NoopLogger = torch._C.NoopLogger
  7. time_point = torch.ops.prim.TimePoint