Searched refs:CommonInitDecode (Results 1 – 4 of 4) 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 | 150 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/ |
D | gif_io_test.cc | 89 png::CommonInitDecode(png, 3, 8, &decode); in TestDecodeAnimatedGif()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | decode_image_op.cc | 326 context, png::CommonInitDecode(input, channels_, channel_bits, &decode), in DecodePngV2()
|