|
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) |
|
◆ __init__()
def onnx_graphsurgeon.util.misc.SynchronizedList.__init__ |
( |
|
self, |
|
|
|
parent_obj, |
|
|
|
field_name, |
|
|
|
initial |
|
) |
| |
◆ _add_to_elem()
def onnx_graphsurgeon.util.misc.SynchronizedList._add_to_elem |
( |
|
self, |
|
|
|
elem |
|
) |
| |
|
private |
◆ _remove_from_elem()
def onnx_graphsurgeon.util.misc.SynchronizedList._remove_from_elem |
( |
|
self, |
|
|
|
elem |
|
) |
| |
|
private |
◆ __delitem__()
def onnx_graphsurgeon.util.misc.SynchronizedList.__delitem__ |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ __setitem__()
def onnx_graphsurgeon.util.misc.SynchronizedList.__setitem__ |
( |
|
self, |
|
|
|
index, |
|
|
|
elem |
|
) |
| |
◆ append()
def onnx_graphsurgeon.util.misc.SynchronizedList.append |
( |
|
self, |
|
|
|
x |
|
) |
| |
◆ extend()
def onnx_graphsurgeon.util.misc.SynchronizedList.extend |
( |
|
self, |
|
|
Sequence[object] |
iterable |
|
) |
| |
◆ insert()
def onnx_graphsurgeon.util.misc.SynchronizedList.insert |
( |
|
self, |
|
|
|
i, |
|
|
|
x |
|
) |
| |
◆ remove()
def onnx_graphsurgeon.util.misc.SynchronizedList.remove |
( |
|
self, |
|
|
|
x |
|
) |
| |
◆ pop()
def onnx_graphsurgeon.util.misc.SynchronizedList.pop |
( |
|
self, |
|
|
|
i = -1 |
|
) |
| |
◆ clear()
def onnx_graphsurgeon.util.misc.SynchronizedList.clear |
( |
|
self | ) |
|
◆ __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 |
|
) |
| |
◆ 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:
- onnx-graphsurgeon/onnx_graphsurgeon/util/misc.py