Searched refs:is_bprop (Results 1 – 4 of 4) sorted by relevance
271 bool is_bprop = this->HasAttr(kBpropAttrName); in RunHookFunction() local272 if (is_bprop) { in RunHookFunction()
232 bool is_bprop() const { return is_bprop_; } in is_bprop() function
736 if (graph->is_bprop()) { in RunGraphBySingleOp()767 if (graph->is_bprop() && (!AnfAlgo::IsControlOpExecInBackend(kernel))) { in RunGraphBySingleOp()
2286 if (kernel_graph->is_bprop()) { in RunOpsInGraphImpl()2310 if (kernel_graph->is_bprop()) { in RunOpsInGraphImpl()2478 if (!graph->is_bprop()) { in InitAllBucket()