Home
last modified time | relevance | path

Searched defs:compression_type (Results 1 – 25 of 45) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dtf_record_node.cc111 Status TFRecordNode::ValidateTFRecordCompressionType(const std::string &compression_type, in ValidateTFRecordCompressionType()
194 NonMappableLeafOp::CompressionType compression_type; in Build() local
257 NonMappableLeafOp::CompressionType compression_type; in GetDatasetSize() local
297 Status TFRecordNode::HelperGetCompressType(NonMappableLeafOp::CompressionType *compression_type) { in HelperGetCompressType()
365 std::string compression_type = json_obj["compression_type"]; in from_json() local
Dtf_record_node.h42 const std::string &compression_type) in TFRecordNode()
66 const std::string &compression_type) in TFRecordNode()
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_datasets_tfrecord.py856 def get_res(shard_id, num_repeats, shuffle, compression_type): argument
1096 def get_res(shard_id, num_repeats, shuffle, compression_type): argument
1143 def get_res(shard_id, num_repeats, compression_type): argument
1202 def get_res(shard_id, num_repeats, compression_type): argument
/third_party/skia/m133/third_party/externals/libpng/contrib/examples/
Diccfrompng.c68 int compression_type; in extract() local
/third_party/skia/third_party/externals/libpng/contrib/examples/
Diccfrompng.c68 int compression_type; in extract() local
/third_party/cups-filters/cupsfilters/
Dimage-png.c49 compression_type, /* Compression type */ in _cupsImageReadPNG() local
/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/
Dlibpng_read_fuzzer.cc148 int bit_depth, color_type, interlace_type, compression_type; in LLVMFuzzerTestOneInput() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dtensor_compressor.cc89 TensorCompressionType compression_type) { in SetNewCompressionTensor()
/third_party/skia/m133/third_party/externals/libpng/contrib/oss-fuzz/
Dlibpng_read_fuzzer.cc166 int bit_depth, color_type, interlace_type, compression_type; in LLVMFuzzerTestOneInput() local
/third_party/mesa3d/src/nouveau/nil/
Dmodifiers.rs167 pub fn compression_type(&self) -> CompressionType { in compression_type() method
218 let compression_type = CompressionType::None; localVariable
/third_party/ffmpeg/libavformat/
Delectronicarts.c116 int compression_type = -1, revision = -1, revision2 = -1; in process_audio_header_elements() local
273 int compression_type; in process_audio_header_eacs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dnonmappable_leaf_op.cc31 int32_t device_id, const CompressionType &compression_type) in NonMappableLeafOp()
Dtf_reader_op.cc45 const CompressionType &compression_type, bool decode) in TFReaderOp()
1023 bool estimate, CompressionType compression_type) { in CountTotalRows()
1084 CompressionType compression_type) { in CountTotalRowsSectioned()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Ddatasets_standard_format.py351 cache=None, compression_type=None): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dtensor.h475 TensorCompressionType compression_type() const { return compression_type_; } in compression_type() function
Dbase_tensor.cc228 TensorCompressionType compression_type) in BaseTensor()
/third_party/skia/third_party/externals/libpng/
Dpnginfo.h68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
Dpngset.c256 int color_type, int interlace_type, int compression_type, in png_set_IHDR()
689 png_const_charp name, int compression_type, in png_set_iCCP()
Dpngget.c737 png_charpp name, int *compression_type, in png_get_iCCP()
827 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
Dpngtest.c1088 int interlace_type, compression_type, filter_type; in test_one_file() local
1169 int compression_type; in test_one_file() local
/third_party/skia/m133/third_party/externals/libpng/
Dpnginfo.h68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
Dpngset.c248 int color_type, int interlace_type, int compression_type, in png_set_IHDR()
677 png_const_charp name, int compression_type, in png_set_iCCP()
Dpngget.c746 png_charpp name, int *compression_type, in png_get_iCCP()
838 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
Dpngtest.c1095 int interlace_type, compression_type, filter_type; in test_one_file() local
1176 int compression_type; in test_one_file() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/
Dtensor.h272 void set_compress_type(CompressType compression_type) { this->compress_type_ = compression_type; } in set_compress_type()

12