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

Public Member Functions

def __init__ (self, nets=None, record=None, should_stop=None)
 

Public Attributes

 nets
 
 record
 
 should_stop
 

Detailed Description

Represents the result of a processor function. A processor can either
return an Output, or it can return a record, in which case an Output will be
created for it afterwards.

Definition at line 15 of file pipeline.py.


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