Home
last modified time | relevance | path

Searched defs:GetBpropGraph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/auto_grad/
Dgrad_executor.cc39 FuncGraphPtr GradExecutor::GetBpropGraph(const AnfNodePtr &func, const ValuePtrList &inputs, const … in GetBpropGraph() function in mindspore::pijit::grad::GradExecutor
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/ir/
Dir_bprop.cc161 std::pair<bool, FuncGraphPtr> IrBprop::GetBpropGraph(const GradParamPtr &grad_param) { in GetBpropGraph() function in mindspore::pynative::autograd::IrBprop
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/
Dgrad.cc1482 FuncGraphPtr GradExecutor::GetBpropGraph(const autograd::GradAttr &grad_attr, in GetBpropGraph() function in mindspore::pynative::GradExecutor