Public Member Functions | |
def | __init__ (self) |
def | __iadd__ (self, other) |
def | __repr__ (self) |
Public Member Functions inherited from torch.autograd.profiler.FormattedTimesMixin | |
def | cpu_time (self) |
def | cuda_time (self) |
Public Attributes | |
key | |
count | |
cpu_time_total | |
cuda_time_total | |
Public Attributes inherited from torch.autograd.profiler.FormattedTimesMixin | |
count | |
Additional Inherited Members | |
Static Public Attributes inherited from torch.autograd.profiler.FormattedTimesMixin | |
cpu_time_str | |
cuda_time_str | |
cpu_time_total_str | |
cuda_time_total_str | |
Used to average stats over multiple FunctionEvent objects.
Definition at line 407 of file profiler.py.