Type Definition tfrecord::writer::RawExampleWriter[][src]

pub type RawExampleWriter<W> = RecordWriter<RawExample, W>;
Expand description

Alias to RecordWriter which input record type is RawExample.