Home
last modified time | relevance | path

Searched defs:softmax_node (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dsparse_softmax_cross_entropy_with_logits_unify_mindir.cc187 auto softmax_node = pass.NewCNode(inputs, graph); in CreateSoftmaxCrossEntropyWithLogits() local
520 CNodePtr softmax_node; in CreateMulInput() local
566 CNodePtr softmax_node; in Process() local
611 CNodePtr softmax_node; in Process() local
679 CNodePtr softmax_node; in Process() local
716 CNodePtr softmax_node; in Process() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/ir/
Dir_pass.cc271 auto softmax_node = ir_bprop_->ad_param()->tape_->FuncGraph::NewCNode(inputs); in CreateSoftmaxCrossEntropyWithLogits() local
399 auto softmax_node = CreateSoftmaxCrossEntropyWithLogits(sparse_softmax_cnode, one_hot_node); in CreateMulInput() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/function/
Dfunc_pass.cc214 auto softmax_node = CreateSoftmaxCrossEntropyWithLogits(inputs, one_hot_node); in CreateMulInput() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dslice_prepose_pass.cc851 auto softmax_node = GetSoftmax(softmax_cnode); in PreposeWithSoftmax() local