Home
last modified time | relevance | path

Searched defs:channel_shared (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/fusion/
Dprelu_fusion.cc32 void PReLUFusion::Init(const bool channel_shared, const std::vector<float> &slope) { in Init()
37 void PReLUFusion::set_channel_shared(const bool channel_shared) { in set_channel_shared()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/onnx/
Donnx_activation_parser.cc89 bool channel_shared = false; in Parse() local
/third_party/mindspore/mindspore-src/source/third_party/proto/caffe/
Dcaffe.proto1458 optional bool channel_shared = 2 [default = false]; field
1536 optional bool channel_shared = 3 [default = true]; field
/third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/src/
Dmindir_2.cc212 …onst std::vector<int64_t> &pad, RoundMode round_mode, bool global, bool channel_shared, const std:… in MindIR_GenOP_CreatePrimitive()
1087 void MindIR_GenOP_SetChannelShared(PrimitivePtr *primitive, bool channel_shared) { in MindIR_GenOP_SetChannelShared()
Dmindir.cc2932 PrimitivePtr MindIR_PReLUFusion_CreatePrimitive(bool channel_shared) { in MindIR_PReLUFusion_CreatePrimitive()
2956 void MindIR_PReLUFusion_SetChannelShared(PrimitivePtr *primitive, bool channel_shared) { in MindIR_PReLUFusion_SetChannelShared()