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

Public Member Functions

def __init__ (self, names)
 
def set (self, values, _fetch_func=None)
 
def get (self)
 
def fetch (self)
 
def __repr__ (self)
 

Public Attributes

 names
 

Detailed Description

Represents the output of a task. An output can be a blob,
a list of blob, or a record.

Definition at line 360 of file task.py.


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