Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dtransfer_node.cc34 TransferNode::TransferNode(std::shared_ptr<DatasetNode> child, std::string queue_name, std::string … in TransferNode()
139 std::string queue_name = json_obj["queue_name"]; in from_json() local
/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/train/
Ddataset_helper.py63 …def __init__(self, network, dataset_types, dataset_shapes, queue_name, min_shapes=None, max_shapes… argument
82 def _generate_dataset_sink_mode_net(network, dataset_shapes, dataset_types, queue_name, argument
96 def _generate_network_with_dataset(network, dataset_helper, queue_name): argument
/third_party/mindspore/mindspore/ccsrc/utils/
Dconfig_manager.h57 std::string queue_name() const { return queue_name_; } in queue_name() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc173 void GetCachedFuncGraph(const ResourcePtr &resource, const std::string &queue_name) { in GetCachedFuncGraph()
731 bool use_vm, const std::string &queue_name) { in CompileInner()
828 const std::string &queue_name) { in Compile()
1147 bool InitExecDataset(const std::string &queue_name, int64_t iter_num, int64_t batch_size, in InitExecDataset()
1175 bool InitExecDatasetVm(const std::string &queue_name, int64_t size, int64_t batch_size, in InitExecDatasetVm()
Dpipeline_ge.cc112 bool InitExecDatasetGe(const std::string &queue_name, int64_t size, int64_t batch_size, in InitExecDatasetGe()
/third_party/mindspore/mindspore/nn/wrap/
Dcell_wrapper.py395 def __init__(self, dataset_types, dataset_shapes, queue_name): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc284 bool create_data_info_queue) { in __anonb78612492402()
/third_party/mindspore/mindspore/common/
Dapi.py470 def init_dataset(self, queue_name, dataset_size, batch_size, dataset_types, dataset_shapes, argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc192 bool Dataset::DeviceQueueCharIF(const std::vector<char> &queue_name, const std::vector<char> &devic… in DeviceQueueCharIF()