|
def | schema (self) |
|
def | write (self, writer_net, fields) |
|
def | write_record (self, writer_net, fields) |
|
def | setup_ex (self, init_net, finish_net) |
|
def | write_ex (self, fields, local_init_net, local_finish_net, stop_blob) |
|
def | write_record_ex (self, fields, local_init_net, local_finish_net, stop_blob=None) |
|
def | commit (self, finish_net) |
|
Writer is a abstract class to be implemented in order to provide
operations capable of feeding a data stream or a dataset.
A Writer must implement 2 operations:
`write`, which adds operations to a net that write the write batch of
data, and `commit`, which adds operations to a net in order to indicate
that no more data will be written.
Definition at line 150 of file dataio.py.