Home
last modified time | relevance | path

Searched defs:ExpFusion (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/expanders/
Dexp_fusion.cc41 class ExpFusion : public OpDesc { class
43 ExpFusion() { (void)validators_.emplace_back(std::make_unique<CheckExpAttr>()); } in ExpFusion() function in mindspore::graphkernel::expanders::ExpFusion
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/fusion/
Dexp_fusion.h30 ExpFusion() : BaseOperator(kNameExpFusion) { InitIOName({"x"}, {"y"}); } in ExpFusion() function