Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.h77 bool CommonInitDecode(StringPiece png_string, int desired_channels,
Dpng_io.cc150 if (!CommonInitDecode(png_string, kDesiredNumChannels, kDesiredChannelBits, in DecodeHeader()
200 bool CommonInitDecode(StringPiece png_string, int desired_channels, in CommonInitDecode() function
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io_test.cc89 png::CommonInitDecode(png, 3, 8, &decode); in TestDecodeAnimatedGif()
/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc326 context, png::CommonInitDecode(input, channels_, channel_bits, &decode), in DecodePngV2()