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

type RawExampleWriter<W> = RecordWriter<RawExample, W>;

Alias to RecordWriter which input record type is RawExample.