Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc601 const int64 last_pixel_offset = static_cast<int64>(header_size) + in DecodeBmpV2() local
606 const int64 expected_file_size = last_pixel_offset + img_channels; in DecodeBmpV2()