Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dnonlinear_fuc_ops_declare.cc162 REG_ADPT_DESC(LeakyRelu, prim::kPrimLeakyRelu->name(), ADPT_DESC(LeakyRelu))
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h636 inline const PrimitivePtr kPrimLeakyRelu = std::make_shared<Primitive>("LeakyRelu"); variable