Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc286 auto int_type = src_data_type == ColumnInt32 ? kInt32Type : kInt64Type; in CompressBlob()
296 uint64_t num_bytes = BytesBigToUInt64(blob, i_src, kInt64Type); in CompressBlob()
308 auto new_blob_size = UIntToBytesBig(dst_blob_slice.size(), kInt64Type); in CompressBlob()
375 *shift_idx += kInt64Len + BytesBigToUInt64(columns_blob, *shift_idx, kInt64Type); in GetColumnAddressInBlock()
377 *num_bytes = BytesBigToUInt64(columns_blob, *shift_idx, kInt64Type); in GetColumnAddressInBlock()
466 case kInt64Type: { in BytesLittleToMinIntType()
489 *dst_i_type = kInt64Type; in BytesLittleToMinIntType()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_column.h37 enum IntegerType { kInt8Type = 0, kInt16Type, kInt32Type, kInt64Type }; enumerator