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.cc128 void CommonFreeDecode(DecodeContext* context) { in CommonFreeDecode() function
195 CommonFreeDecode(&context); in DecodeHeader()
215 CommonFreeDecode(context); in CommonInitDecode()
221 CommonFreeDecode(context); in CommonInitDecode()
233 CommonFreeDecode(context); in CommonInitDecode()
238 CommonFreeDecode(context); in CommonInitDecode()
315 CommonFreeDecode(context); in CommonFinishDecode()
333 CommonFreeDecode(context); in CommonFinishDecode()
Dpng_io.h85 void CommonFreeDecode(DecodeContext* context);
/external/tensorflow/tensorflow/core/kernels/
Ddecode_image_op.cc255 png::CommonFreeDecode(&decode); in DecodePng()
268 if (!status.ok()) png::CommonFreeDecode(&decode); in DecodePng()