Home
last modified time | relevance | path

Searched refs:kPrimSoftplus (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dsoftplus.h34 Softplus() : PrimitiveC(prim::kPrimSoftplus->name()) { InitIOName({"x"}, {"output"}); } in Softplus()
Dsoftplus.cc54 REGISTER_PRIMITIVE_EVAL_IMPL(Softplus, prim::kPrimSoftplus, SoftplusInfer, nullptr, true);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Deltwise_cpu_kernel.cc48 {prim::kPrimSoftplus->name(), DescParam{dnnl::algorithm::eltwise_soft_relu}}, in GetForwardEltwiseDesc()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h372 inline const PrimitivePtr kPrimSoftplus = std::make_shared<Primitive>("Softplus"); variable