Searched refs:UIntToBytesLittle (Results 1 – 2 of 2) sorted by relevance
151 static std::vector<uint8_t> UIntToBytesLittle(uint64_t value, const IntegerType &i_type);
348 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