Home
last modified time | relevance | path

Searched defs:num_queues (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dqueue.h180 void Init(int num_queues, int capacity) { in Init()
/third_party/mindspore/tests/ut/cpp/dataset/
Dqueue_test.cc167 const int num_queues = 4; in TEST_F() local
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_task_queues_unittests.cc181 const int num_queues = 100; in TEST() local
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec.c667 const unsigned num_queues = 6; in dump_cp_mem_pool() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1196 uint32_t num_queues; in update_queue_props() local
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2986 uint32_t num_queues = 0; in anv_CreateDevice() local
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c778 int queue_family_index, int num_queues) in create_exec_ctx()
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py3718 def _check_shm_usage(num_worker, queue_size, max_rowsize, num_queues=1): argument