Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc290 dst_blob = CompressInt(blob, int_type); in CompressBlob()
306 auto dst_blob_slice = CompressInt(blob_slice, int_type); in CompressBlob()
320 vector<uint8_t> ShardColumn::CompressInt(const vector<uint8_t> &src_bytes, const IntegerType &int_t… in CompressInt() function in mindspore::mindrecord::ShardColumn
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_column.h126 static vector<uint8_t> CompressInt(const vector<uint8_t> &src_bytes, const IntegerType &int_type);