Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc47 static const char kPngMagicBytes[] = "\x89\x50\x4E\x47\x0D\x0A\x1A\x0A"; variable
64 if (absl::StartsWith(data, kPngMagicBytes)) return kPngFormat; in ClassifyFileFormat()