|
def | __init__ (self, name_or_step) |
|
def | __str__ (self) |
|
def | Proto (self) |
|
def | AddNets (self, nets) |
|
def | Nets (self) |
|
def | AddStep (self, step) |
|
def | Steps (self) |
|
def | get_all_attributes (self, name) |
|
def | create_from_proto (cls, plan_proto) |
|
Definition at line 2794 of file core.py.
def caffe2.python.core.Plan.get_all_attributes |
( |
|
self, |
|
|
|
name |
|
) |
| |
Return the list of all attributes under the given `name`, present in
all of the nets used in this plan.
Definition at line 2838 of file core.py.
The documentation for this class was generated from the following file: