Searched defs:python_mp (Results 1 – 5 of 5) sorted by relevance
37 std::shared_ptr<PythonMultiprocessingRuntime> python_mp) in BatchNode()
38 ManualOffloadMode offload, std::shared_ptr<PythonMultiprocessingRuntime> python_mp) in MapNode()
100 … const std::shared_ptr<PythonMultiprocessingRuntime> &python_mp) { in __anon10ea60a00802()199 std::shared_ptr<PythonMultiprocessingRuntime> &python_mp) { in __anon10ea60a01402()
682 void MapOp::SetPythonMp(std::shared_ptr<PythonMultiprocessingRuntime> python_mp) { python_mp_ = std… in SetPythonMp()
881 void BatchOp::SetPythonMp(std::shared_ptr<PythonMultiprocessingRuntime> python_mp) { in SetPythonMp()