Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc393 …uint64_t i_source = shift_idx + kBytesOfColumnLen + (num_elements + kNumDataOfByte - 1) / kNumData… in UncompressInt() local
400 int64_t i64 = BytesLittleToMinIntType(columns_blob, i_source, mr_int_type); in UncompressInt()
401 i_source += (kUnsignedOne << i_type); in UncompressInt()