Home
last modified time | relevance | path

Searched refs:kPrimLogSoftmax (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dlog_softmax.cc71 REGISTER_PRIMITIVE_EVAL_IMPL(LogSoftmax, prim::kPrimLogSoftmax, LogSoftmaxInfer, nullptr, true);
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dnn_norm_ops_declare.cc89 REG_ADPT_DESC(LogSoftmaxV2, prim::kPrimLogSoftmax->name(), ADPT_DESC(LogSoftmaxV2))
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_expander.cc78 {kGPUDevice, OpLevel_0, prim::kPrimLogSoftmax}, in GetExpandOps()
/third_party/mindspore/tests/ut/cpp/transform/
Dconvert_test.cc442 auto prim = prim::kPrimLogSoftmax; in TEST_F()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h267 inline const PrimitivePtr kPrimLogSoftmax = std::make_shared<Primitive>("LogSoftmax"); variable