Home | History | Annotate | Download | only in tensor_bundle

Lines Matching refs:bytes_read

111     size_t bytes_read = 0;
113 buffered_file->ReadNBytes(string_length, &(*buffer)[0], &bytes_read));
114 *actual_crc32c = crc32c::Extend(*actual_crc32c, buffer->data(), bytes_read);
142 size_t bytes_read = 0;
144 buffered_file->ReadNBytes(string_length, &buffer[0], &bytes_read));
145 *actual_crc32c = crc32c::Extend(*actual_crc32c, buffer.data(), bytes_read);