Home
last modified time | relevance | path

Searched defs:queue_name (Results 1 – 22 of 22) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Ddata_queue_node.cc27 DataQueueNode::DataQueueNode(std::shared_ptr<DatasetNode> child, std::string queue_name, std::strin… in DataQueueNode()
128 std::string queue_name = json_obj["queue_name"]; in from_json() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dcompile_cache_manager.cc257 bool ExportDataQueueName(const std::string &dataset_phase, const string &queue_name) { in ExportDataQueueName()
313 std::string queue_name; in GetDataQueueName() local
328 std::string queue_name; in GetCachedDataQueueName() local
373 const auto &queue_name = GetDataQueueName(fg); in CacheFuncGraph() local
434 const std::string &queue_name) { in GetCachedFuncGraph()
Dpipeline.h130 void set_queue_name(const std::string &queue_name) { queue_name_ = queue_name; } in set_queue_name()
Dresource.cc679 const std::string &queue_name, size_t compile_cache_id, in GetCompileCacheResource()
Dpipeline.cc2031 bool InitExecDataset(const std::string &queue_name, int64_t iter_num, int64_t batch_size, in InitExecDataset()
2061 bool InitExecDatasetVm(const std::string &queue_name, int64_t size, int64_t batch_size, in InitExecDatasetVm()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D19-1.c50 static const char *queue_name = "/fork_19_1_mq"; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dconfig_manager.cc51 void ConfigManager::ResetQueue(const std::string &queue_name) noexcept { in ResetQueue()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/utils/
Dconfig_manager.h57 std::string queue_name() const { return queue_name_; } in queue_name() function
96 void set_iter_num(const std::string &queue_name, const int64_t num) { in set_iter_num()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/
Ddataset_helper.py91 def __init__(self, network, dataset_types, dataset_shapes, queue_name): argument
122 def _generate_dataset_sink_mode_net(network, dataset_shapes, dataset_types, queue_name): argument
136 def _generate_network_with_dataset(network, dataset_helper, queue_name): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/data_queue/
Ddata_queue_mgr.cc310 auto queue_name = common::AnfAlgo::GetNodeAttr<std::string>(data_kernel, "shared_name"); in UpdateGetNextNode() local
322 auto queue_name = GetValue<std::string>(primitive->GetAttr("shared_name")); in UpdateGetNextNode() local
/third_party/cups-filters/backend/
Dimplicitclass.c86 char scheme[64], username[32], queue_name[1024], resource[32], in main() local
/third_party/mindspore/mindspore-src/source/tests/
Ddataset_mock.py54 def device_que(self, send_epoch_end=True, create_data_info_queue=False, queue_name=""): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
D_ocr_ops.py339 def __init__(self, batch_size, queue_name, pad_mode="REPLICATE", queue_depth=100): argument
369 def __init__(self, output_type, output_shape, queue_name): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_data_queue.cc448 auto queue_name = GetValue<std::string>(prim->GetAttr("shared_name")); in GetTdtWingManQueue() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/wrap/
Dcell_wrapper.py484 def __init__(self, dataset_types, dataset_shapes, queue_name): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dapi.py1691 def init_dataset(self, queue_name, dataset_size, batch_size, dataset_types, dataset_shapes, argument
1720 def set_queue_name(self, queue_name): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc312 int32_t total_batch, bool create_data_info_queue) { in __anon10ea60a02602()
/third_party/cups-filters/utils/
Dcups-browsed.c176 char *queue_name; member
3736 char *queue_name = key; in local_printer_service_name_matches() local
5824 char *queue_name = NULL, *backup_queue_name = NULL, in get_local_queue_name() local
7094 create_remote_printer_entry (const char *queue_name, in create_remote_printer_entry()
9078 matched_filters (const char *queue_name, in matched_filters()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c989 const char *queue_name) in wsi_wl_display_init()
3082 char *queue_name = vk_asprintf(pAllocator, in wsi_wl_surface_create_swapchain() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Ddatasets.py1430 def device_que(self, send_epoch_end=True, create_data_info_queue=False, queue_name=""): argument
4308 …def __init__(self, input_dataset, send_epoch_end=True, create_data_info_queue=False, queue_name=""… argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph_mgr.cc2378 auto queue_name = config_mgr.QueueName(); in ResetGetNextSharedName() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc206 bool Dataset::DeviceQueueCharIF(const std::vector<char> &queue_name, const std::vector<char> &devic… in DeviceQueueCharIF()