Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_column.h151 static std::vector<uint8_t> UIntToBytesLittle(uint64_t value, const IntegerType &i_type);
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc348 auto temp_bytes = UIntToBytesLittle(u_n, dst_int_type); in CompressInt()
434 std::vector<uint8_t> ShardColumn::UIntToBytesLittle(uint64_t value, const IntegerType &i_type) { in UIntToBytesLittle() function in mindspore::mindrecord::ShardColumn