| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/ |
| D | data_queue_node.cc | 27 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/ |
| D | compile_cache_manager.cc | 257 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()
|
| D | pipeline.h | 130 void set_queue_name(const std::string &queue_name) { queue_name_ = queue_name; } in set_queue_name()
|
| D | resource.cc | 679 const std::string &queue_name, size_t compile_cache_id, in GetCompileCacheResource()
|
| D | pipeline.cc | 2031 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/ |
| D | 19-1.c | 50 static const char *queue_name = "/fork_19_1_mq"; variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/ |
| D | config_manager.cc | 51 void ConfigManager::ResetQueue(const std::string &queue_name) noexcept { in ResetQueue()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/utils/ |
| D | config_manager.h | 57 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/ |
| D | dataset_helper.py | 91 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/ |
| D | data_queue_mgr.cc | 310 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/ |
| D | implicitclass.c | 86 char scheme[64], username[32], queue_name[1024], resource[32], in main() local
|
| /third_party/mindspore/mindspore-src/source/tests/ |
| D | dataset_mock.py | 54 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.py | 339 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/ |
| D | ascend_data_queue.cc | 448 auto queue_name = GetValue<std::string>(prim->GetAttr("shared_name")); in GetTdtWingManQueue() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/wrap/ |
| D | cell_wrapper.py | 484 def __init__(self, dataset_types, dataset_shapes, queue_name): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/ |
| D | api.py | 1691 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/ |
| D | bindings.cc | 312 int32_t total_batch, bool create_data_info_queue) { in __anon10ea60a02602()
|
| /third_party/cups-filters/utils/ |
| D | cups-browsed.c | 176 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/ |
| D | wsi_common_wayland.c | 989 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/ |
| D | datasets.py | 1430 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/ |
| D | kernel_graph_mgr.cc | 2378 auto queue_name = config_mgr.QueueName(); in ResetGetNextSharedName() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/ |
| D | datasets.cc | 206 bool Dataset::DeviceQueueCharIF(const std::vector<char> &queue_name, const std::vector<char> &devic… in DeviceQueueCharIF()
|