Home
last modified time | relevance | path

Searched refs:is_bprop (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc271 bool is_bprop = this->HasAttr(kBpropAttrName); in RunHookFunction() local
272 if (is_bprop) { in RunHookFunction()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h232 bool is_bprop() const { return is_bprop_; } in is_bprop() function
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.cc736 if (graph->is_bprop()) { in RunGraphBySingleOp()
767 if (graph->is_bprop() && (!AnfAlgo::IsControlOpExecInBackend(kernel))) { in RunGraphBySingleOp()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc2286 if (kernel_graph->is_bprop()) { in RunOpsInGraphImpl()
2310 if (kernel_graph->is_bprop()) { in RunOpsInGraphImpl()
2478 if (!graph->is_bprop()) { in InitAllBucket()