Home
last modified time | relevance | path

Searched refs:kPrimAtanh (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_self_cpu_kernel.cc314 {prim::kPrimAtanh->name(), Atanh<T>}, in LaunchKernel()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h279 inline const PrimitivePtr kPrimAtanh = std::make_shared<Primitive>("Atanh"); variable