| 
| 
def  | __init__ (self, reader, delay) | 
|   | 
| 
def  | setup_ex (self, global_init_net, global_finish_net) | 
|   | 
| 
def  | read_ex (self, local_init_net, local_finish_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) | 
|   | 
Test reader class that inserts a delay between reading batches.
 
Definition at line 498 of file dataio.py.
The documentation for this class was generated from the following file: