Home
last modified time | relevance | path

Searched refs:kPrimBCEWithLogitsLoss (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dbce_with_logits_loss_fusion.cc35 NewValueNode(std::make_shared<Primitive>(prim::kPrimBCEWithLogitsLoss->name()))}; in AddReduceNode()
70 return VectorRef({prim::kPrimBCEWithLogitsLoss, Xs}); in DefinePattern()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dbce_with_logits_loss_fission.cc37 NewValueNode(std::make_shared<Primitive>(prim::kPrimBCEWithLogitsLoss->name()))}; in AddReduceNode()
77 return VectorRef({prim::kPrimBCEWithLogitsLoss, Xs}); in DefinePattern()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h392 inline const PrimitivePtr kPrimBCEWithLogitsLoss = std::make_shared<Primitive>("BCEWithLogitsLoss"); variable