Searched defs:queue_name (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/ |
D | transfer_node.cc | 34 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/ |
D | 19-1.c | 50 static const char *queue_name = "/fork_19_1_mq"; variable
|
/third_party/mindspore/mindspore/train/ |
D | dataset_helper.py | 63 …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/ |
D | config_manager.h | 57 std::string queue_name() const { return queue_name_; } in queue_name() function
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pipeline.cc | 173 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()
|
D | pipeline_ge.cc | 112 bool InitExecDatasetGe(const std::string &queue_name, int64_t size, int64_t batch_size, in InitExecDatasetGe()
|
/third_party/mindspore/mindspore/nn/wrap/ |
D | cell_wrapper.py | 395 def __init__(self, dataset_types, dataset_shapes, queue_name): argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/ |
D | bindings.cc | 284 bool create_data_info_queue) { in __anonb78612492402()
|
/third_party/mindspore/mindspore/common/ |
D | api.py | 470 def init_dataset(self, queue_name, dataset_size, batch_size, dataset_types, dataset_shapes, argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | datasets.cc | 192 bool Dataset::DeviceQueueCharIF(const std::vector<char> &queue_name, const std::vector<char> &devic… in DeviceQueueCharIF()
|