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

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
 

Detailed Description

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.


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