Public Member Functions | |
| def | __init__ (self, nets=None, record=None, should_stop=None) |
Public Attributes | |
| nets | |
| record | |
| should_stop | |
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.
1.8.11