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

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

Alias to RecordWriter which input record type is RawExample.