Home
last modified time | relevance | path

Searched refs:kNameExp (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dexp.h29 constexpr auto kNameExp = prim::kExp; variable
Dexp.cc64 REGISTER_PRIMITIVE_C(kNameExp, Exp);
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_map.h53 constexpr const char kNameExp[] = "Exp"; variable
/third_party/mindspore/mindspore/lite/tools/converter/import/
Dprimitive_adjust.cc92 using mindspore::ops::kNameExp;
620 REGIST_PRIMITIVE_ADJUST(kNameExp, MoveAttrMapCommon<ops::ExpFusion>)
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Delewise_calculation_ops_declare.cc272 REG_ADPT_DESC(Exp, kNameExp, ADPT_DESC(Exp))