|
def | __init__ (self, blobs_queue, schema, name=None) |
|
def | read (self, read_net) |
|
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 record_queue.py.
def caffe2.python.record_queue._QueueReader.__init__ |
( |
|
self, |
|
|
|
blobs_queue, |
|
|
|
schema, |
|
|
|
name = None |
|
) |
| |
Don't call this directly. Instead, use dataset.reader()
Definition at line 18 of file record_queue.py.
The documentation for this class was generated from the following file: