Home
last modified time | relevance | path

Searched defs:forward_executor_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.h157 : forward_executor_(ForwardExecutorWeakPtr(forward_executor)) {} in forward_executor_() function
310 ForwardExecutorWeakPtr forward_executor_; variable
416 static ForwardExecutorPtr forward_executor_; variable
Dpynative_execute.cc71 ForwardExecutorPtr PynativeExecutor::forward_executor_ = nullptr; member in mindspore::pynative::PynativeExecutor