Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.h324 …void set_grad_executor(const GradExecutorPtr &grad_executor) { grad_executor_ = GradExecutorWeakPt… in set_grad_executor()
Dpynative_execute.cc808 auto grad_executor = grad_executor_.lock(); in grad() local
3124 GradExecutorPtr PynativeExecutor::grad_executor() const { in grad_executor() function in mindspore::pynative::PynativeExecutor