Searched refs:CommonInitDecode (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/lib/png/ |
D | png_io.h | 77 bool CommonInitDecode(StringPiece png_string, int desired_channels,
|
D | png_io.cc | 149 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/ |
D | decode_image_op.cc | 238 png::CommonInitDecode(input, channels_, channel_bits_, &decode), in DecodePng()
|