Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc340 IntegerType dst_int_type = kInt8Type; in CompressInt()
454 case kInt8Type: { in BytesLittleToMinIntType()
481 *dst_i_type = kInt8Type; in BytesLittleToMinIntType()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_column.h37 enum IntegerType { kInt8Type = 0, kInt16Type, kInt32Type, kInt64Type }; enumerator