Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc129 void CommonFreeDecode(DecodeContext* context) { in CommonFreeDecode() function
196 CommonFreeDecode(&context); in DecodeHeader()
216 CommonFreeDecode(context); in CommonInitDecode()
222 CommonFreeDecode(context); in CommonInitDecode()
234 CommonFreeDecode(context); in CommonInitDecode()
239 CommonFreeDecode(context); in CommonInitDecode()
316 CommonFreeDecode(context); in CommonFinishDecode()
334 CommonFreeDecode(context); in CommonFinishDecode()
Dpng_io.h85 void CommonFreeDecode(DecodeContext* context);
/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc342 png::CommonFreeDecode(&decode); in DecodePngV2()
377 if (!status.ok()) png::CommonFreeDecode(&decode); in DecodePngV2()