Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dreciprocal.h27 constexpr auto kNameReciprocal = prim::kReciprocal; variable
Dreciprocal.cc66 REGISTER_PRIMITIVE_C(kNameReciprocal, Reciprocal);
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_map.h39 constexpr const char kNameReciprocal[] = "Reciprocal"; variable
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Delewise_calculation_ops_declare.cc422 REG_ADPT_DESC(Reciprocal, kNameReciprocal, ADPT_DESC(Reciprocal))