Public Member Functions | |
| def | __init__ (self, net, stop_signal=None, thread_init_nets=None, name=None) | 
| def | schema (self) | 
| def | setup (self, init_net) | 
| def | __call__ (self, rec) | 
| def | blob_maps (self) | 
Public Attributes | |
| name | |
| thread_init_nets | |
| net | |
Processor that clones a core.Net each time it's called, executing the cloned net as the processor. It requires the Net to have input and (optionally) output records set, with net.set_input_record() and net.set_output_record().
Definition at line 397 of file pipeline.py.
 1.8.11