Searched refs:PIPELINE_PARAM (Results 1 – 5 of 5) sorted by relevance
172 if (!cnode->HasPrimalAttr(PIPELINE_PARAM)) { in HandleReceiveParam()610 if (cnode->HasPrimalAttr(PIPELINE_PARAM)) { in GetBorderNode()626 if (cnode->HasPrimalAttr(PIPELINE_PARAM)) { in GetBorderNode()724 if (cnode->HasPrimalAttr(PIPELINE_PARAM)) { in ReorderForPredict()
601 send->AddPrimalAttr(PIPELINE_PARAM, value); in InsertSend()664 recv->set_user_data<AnfNode>(PIPELINE_PARAM, node); in InsertReceive()665 recv->AddPrimalAttr(PIPELINE_PARAM, value); in InsertReceive()
409 constexpr char PIPELINE_PARAM[] = "pipeline_param"; variable
347 param = param_node->user_data<AnfNode>(PIPELINE_PARAM)->cast<ParameterPtr>(); in AddCommOpFusionType()
2574 if (!cnode->HasPrimalAttr(PIPELINE_PARAM)) { in ParallelCommunication()