Searched refs:NeedGrad (Results 1 – 2 of 2) sorted by relevance
84 bool NeedGrad(const CNodePtr &cnode, const CNodePtr &graph_cnode);
91 bool PipelineTransformer::NeedGrad(const CNodePtr &cnode, const CNodePtr &graph_cnode) { in NeedGrad() function in mindspore::parallel::PipelineTransformer137 if (NeedGrad(cnode, graph_cnode)) { in LabelParameterStart()