Home
last modified time | relevance | path

Searched defs:queue_size (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/data/
Ddataset_profiling.cc70 void GetNextProfiling::RecordData(uint32_t queue_size, uint64_t start_time_stamp, uint64_t end_time… in RecordData()
Ddataset_iterator_kernel.cc96 uint32_t queue_size = 0; in ReadDevice() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmappable_leaf_op.cc25 MappableLeafOp::MappableLeafOp(int32_t num_wkrs, int32_t queue_size, std::shared_ptr<SamplerRT> sam… in MappableLeafOp()
Dflickr_op.cc34int32_t queue_size, std::unique_ptr<DataSchema> data_schema, std::shared_ptr<SamplerRT> sampler) in FlickrOp()
Dsbu_op.cc35 std::shared_ptr<SamplerRT> sampler, int32_t num_workers, int32_t queue_size) in SBUOp()
Dmanifest_op.cc32 ManifestOp::ManifestOp(int32_t num_works, std::string file, int32_t queue_size, bool decode, in ManifestOp()
Dimage_folder_op.cc27 ImageFolderOp::ImageFolderOp(int32_t num_wkrs, std::string file_dir, int32_t queue_size, bool recur… in ImageFolderOp()
Dceleba_op.cc35 CelebAOp::CelebAOp(int32_t num_workers, const std::string &dir, int32_t queue_size, bool decode, in CelebAOp()
Ddiv2k_op.cc58 const std::string &downgrade, int32_t scale, bool decode, int32_t queue_size, in DIV2KOp()
Dcityscapes_op.cc37 … const std::string &quality_mode, const std::string &task, bool decode, int32_t queue_size, in CityscapesOp()
Dcifar_op.cc38int32_t queue_size, std::unique_ptr<DataSchema> data_schema, std::shared_ptr<SamplerRT> sampler) in CifarOp()
Dmnist_op.cc33 …istOp::MnistOp(std::string usage, int32_t num_workers, std::string folder_path, int32_t queue_size, in MnistOp()
Dvoc_op.cc48 … std::map<std::string, int32_t> &class_index, int32_t num_workers, int32_t queue_size, bool decode, in VOCOp()
Dalbum_op.cc32 AlbumOp::AlbumOp(int32_t num_wkrs, std::string file_dir, int32_t queue_size, bool do_decode, in AlbumOp()
Dcoco_op.cc52 … int32_t num_workers, int32_t queue_size, bool decode, std::unique_ptr<DataSchema> data_schema, in CocoOp()
/third_party/boost/libs/circular_buffer/example/
Dcircular_buffer_bound_example.cpp71 const unsigned long queue_size = 1000L; variable
/third_party/ffmpeg/libavdevice/
Ddecklink_common_c.h59 int64_t queue_size; member
/third_party/mindspore/tests/ut/cpp/dataset/
Dceleba_op_test.cc38 std::shared_ptr<CelebAOp> Celeba(int32_t num_workers, int32_t queue_size, const std::string &dir, in Celeba()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbatch_op.cc67 int32_t queue_size = std::max(1, op_queue_size / start_batch_size_); in BatchOp() local
87 int32_t queue_size = std::max(1, op_queue_size / start_batch_size_); in BatchOp() local
/third_party/libevdev/libevdev/
Dlibevdev-int.h104 size_t queue_size; /**< size of queue in elements */ member
263 queue_size(struct libevdev *dev) in queue_size() function
/third_party/boost/libs/interprocess/test/
Dcondition_test_template.hpp261 const int queue_size = 3; variable
/third_party/ffmpeg/libavformat/
Drtpdec.h171 int queue_size; ///< The size of queue, or 0 if reordering is disabled member
Drtpdec.c565 int payload_type, int queue_size) in ff_rtp_parse_open()
Dfifo.c43 int queue_size; member
/third_party/alsa-lib/src/timer/
Dtimer.c723 void snd_timer_params_set_queue_size(snd_timer_params_t * params, long queue_size) in snd_timer_params_set_queue_size()

12