Home
last modified time | relevance | path

Searched refs:kPrimReciprocal (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dreciprocal.h33 Reciprocal() : PrimitiveC(prim::kPrimReciprocal->name()) { InitIOName({"x"}, {"y"}); } in Reciprocal()
/third_party/mindspore/mindspore/core/abstract/
Dprimitive_infer_map.cc220 {prim::kPrimReciprocal, {ops::ReciprocalInfer, nullptr, true}}, in GetPrimitiveToBackendEvalImplMap()
/third_party/mindspore/mindspore/core/ir/
Dpattern_matcher.h736 if (calcu_type == prim::kPrimReciprocal) {
758 if (data2[i] == 0 && calcu_type == prim::kPrimReciprocal) {
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_self_cpu_kernel.cc329 {prim::kPrimReciprocal->name(), Reciprocal<T>}, in LaunchKernel()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_cluster.cc48 {kAllTarget, OpLevel_0, prim::kPrimReciprocal}, in GetClusterableOpList()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h502 inline const PrimitivePtr kPrimReciprocal = std::make_shared<Primitive>(kReciprocal); variable