Searched defs:softmax_cnode (Results 1 – 3 of 3) sorted by relevance
150 auto softmax_cnode = func_graph->NewCNode(softmax_prim_c, {where_cnode}); in AdjustMegatronScaledMaskedSoftmax() local
405 auto softmax_cnode = cast1_cnode->input(1)->cast<CNodePtr>(); in Process() local
847 const CNodePtr &softmax_cnode) { in PreposeWithSoftmax()