TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
onnx_graphsurgeon.util.misc.SynchronizedList Class Reference
Inheritance diagram for onnx_graphsurgeon.util.misc.SynchronizedList:
Collaboration diagram for onnx_graphsurgeon.util.misc.SynchronizedList:

Public Member Functions

def __init__ (self, parent_obj, field_name, initial)
 
def __delitem__ (self, index)
 
def __setitem__ (self, index, elem)
 
def append (self, x)
 
def extend (self, Sequence[object] iterable)
 
def insert (self, i, x)
 
def remove (self, x)
 
def pop (self, i=-1)
 
def clear (self)
 
def __add__ (self, List[object] other_list)
 
def __iadd__ (self, List[object] other_list)
 

Public Attributes

 parent_obj
 
 field_name
 

Private Member Functions

def _add_to_elem (self, elem)
 
def _remove_from_elem (self, elem)
 

Constructor & Destructor Documentation

◆ __init__()

def onnx_graphsurgeon.util.misc.SynchronizedList.__init__ (   self,
  parent_obj,
  field_name,
  initial 
)

Member Function Documentation

◆ _add_to_elem()

def onnx_graphsurgeon.util.misc.SynchronizedList._add_to_elem (   self,
  elem 
)
private
Here is the caller graph for this function:

◆ _remove_from_elem()

def onnx_graphsurgeon.util.misc.SynchronizedList._remove_from_elem (   self,
  elem 
)
private
Here is the caller graph for this function:

◆ __delitem__()

def onnx_graphsurgeon.util.misc.SynchronizedList.__delitem__ (   self,
  index 
)
Here is the call graph for this function:

◆ __setitem__()

def onnx_graphsurgeon.util.misc.SynchronizedList.__setitem__ (   self,
  index,
  elem 
)
Here is the call graph for this function:

◆ append()

def onnx_graphsurgeon.util.misc.SynchronizedList.append (   self,
  x 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ extend()

def onnx_graphsurgeon.util.misc.SynchronizedList.extend (   self,
Sequence[object iterable 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ insert()

def onnx_graphsurgeon.util.misc.SynchronizedList.insert (   self,
  i,
  x 
)
Here is the call graph for this function:

◆ remove()

def onnx_graphsurgeon.util.misc.SynchronizedList.remove (   self,
  x 
)
Here is the call graph for this function:

◆ pop()

def onnx_graphsurgeon.util.misc.SynchronizedList.pop (   self,
  i = -1 
)
Here is the call graph for this function:

◆ clear()

def onnx_graphsurgeon.util.misc.SynchronizedList.clear (   self)
Here is the call graph for this function:

◆ __add__()

def onnx_graphsurgeon.util.misc.SynchronizedList.__add__ (   self,
List[object other_list 
)

◆ __iadd__()

def onnx_graphsurgeon.util.misc.SynchronizedList.__iadd__ (   self,
List[object other_list 
)
Here is the call graph for this function:

Member Data Documentation

◆ parent_obj

onnx_graphsurgeon.util.misc.SynchronizedList.parent_obj

◆ field_name

onnx_graphsurgeon.util.misc.SynchronizedList.field_name

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