Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc606 const int64 expected_file_size = last_pixel_offset + img_channels; in DecodeBmpV2() local
609 context, (expected_file_size <= input.size()), in DecodeBmpV2()
611 expected_file_size, " bytes, got ", in DecodeBmpV2()
/external/python/cpython3/Lib/test/
Dtest_zipfile.py1052 expected_file_size = 8
1072 self.assertEqual(zinfo.file_size, expected_file_size)