Home
last modified time | relevance | path

Searched defs:python_mp (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbatch_node.cc37 std::shared_ptr<PythonMultiprocessingRuntime> python_mp) in BatchNode()
Dmap_node.cc38 ManualOffloadMode offload, std::shared_ptr<PythonMultiprocessingRuntime> python_mp) in MapNode()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc100const std::shared_ptr<PythonMultiprocessingRuntime> &python_mp) { in __anon10ea60a00802()
199 std::shared_ptr<PythonMultiprocessingRuntime> &python_mp) { in __anon10ea60a01402()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/
Dmap_op.cc682 void MapOp::SetPythonMp(std::shared_ptr<PythonMultiprocessingRuntime> python_mp) { python_mp_ = std… in SetPythonMp()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbatch_op.cc881 void BatchOp::SetPythonMp(std::shared_ptr<PythonMultiprocessingRuntime> python_mp) { in SetPythonMp()