HomeSort by relevance Sort by last modified time
    Searched refs:CommonFinishDecode (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/lib/png/
png_io.h 72 // CHECK(CommonFinishDecode(absl::bit_cast<png_byte*>(image_buffer),
80 bool CommonFinishDecode(png_bytep data, int row_bytes, DecodeContext* context);
82 // Normally called automatically from CommonFinishDecode. If CommonInitDecode
83 // is called but not CommonFinishDecode, call this to clean up. Safe to call
png_io.cc 126 // We move CommonInitDecode() and CommonFinishDecode()
308 bool CommonFinishDecode(png_bytep data, int row_bytes, DecodeContext* context) {
  /external/tensorflow/tensorflow/core/kernels/
decode_image_op.cc 275 png::CommonFinishDecode(
283 png::CommonFinishDecode(

Completed in 113 milliseconds