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

Public Member Functions

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

Public Attributes

 outputs
 

Detailed Description

Keeps a list of outputs for a task 

Definition at line 383 of file task.py.

Member Function Documentation

◆ names()

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

Definition at line 388 of file task.py.


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