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

Public Member Functions

def __init__ (self, outputs=None)
 
def names (self)
 
def set_values (self, values, _fetch_func=None)
 
def __repr__ (self)
 

Public Attributes

 outputs
 

Detailed Description

Keeps a list of outputs for a task 

Definition at line 418 of file task.py.

Member Function Documentation

def caffe2.python.task.TaskOutputList.names (   self)
Retrive the output names.
TODO(azzolini): make this schema-based.

Definition at line 423 of file task.py.


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