Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dnonlinear_fuc_ops_declare.cc126 REG_ADPT_DESC(TanhGrad, prim::kPrimTanhGrad->name(), ADPT_DESC(TanhGrad))
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Deltwise_grad_cpu_kernel.cc240 {prim::kPrimTanhGrad->name(), &EltWiseGradCPUKernel<T>::TanhGrad}, in Launch()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h280 inline const PrimitivePtr kPrimTanhGrad = std::make_shared<Primitive>("TanhGrad"); variable