Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.h77 bool CommonInitDecode(StringPiece png_string, int desired_channels,
Dpng_io.cc149 if (!CommonInitDecode(png_string, kDesiredNumChannels, kDesiredChannelBits, in DecodeHeader()
199 bool CommonInitDecode(StringPiece png_string, int desired_channels, in CommonInitDecode() function
/external/tensorflow/tensorflow/core/kernels/
Ddecode_image_op.cc238 png::CommonInitDecode(input, channels_, channel_bits_, &decode), in DecodePng()