Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc51 static const char kJpegMagicBytes[] = "\xff\xd8\xff"; variable
63 if (absl::StartsWith(data, kJpegMagicBytes)) return kJpgFormat; in ClassifyFileFormat()