Home
last modified time | relevance | path

Searched refs:FormatChunk (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.cc41 struct TF_PACKED FormatChunk { struct
51 static_assert(sizeof(FormatChunk) == 24, "TF_PACKED does not work.");
61 FormatChunk format_chunk;
65 sizeof(RiffChunk) + sizeof(FormatChunk) + sizeof(DataChunk),