Public Member Functions | |
def | __init__ (self, wrapper, num_dequeue_records=1) |
def | setup_ex (self, init_net, exit_net) |
def | read_ex (self, local_init_net, local_finish_net) |
def | read (self, net) |
Public Member Functions inherited from caffe2.python.dataio.Reader | |
def | __init__ (self, schema=None) |
def | schema (self) |
def | setup_ex (self, init_net, finish_net) |
def | read_ex (self, local_init_net, local_finish_net) |
def | read_record_ex (self, local_init_net, local_finish_net) |
def | read (self, read_net) |
def | reset (self, net) |
def | read_record (self, read_net) |
def | execution_step (self, reader_net_name=None, external_should_stop=None) |
Definition at line 17 of file queue_util.py.