Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | Public Attributes | List of all members
torch.autograd.profiler.FunctionEventAvg Class Reference
Inheritance diagram for torch.autograd.profiler.FunctionEventAvg:
torch.autograd.profiler.FormattedTimesMixin

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
 

Detailed Description

Used to average stats over multiple FunctionEvent objects.

Definition at line 407 of file profiler.py.


The documentation for this class was generated from the following file: