Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
caffe2.python.core.Plan Class Reference
Inheritance diagram for caffe2.python.core.Plan:

Public Member Functions

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)
 

Detailed Description

Definition at line 2794 of file core.py.

Member Function Documentation

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: