Home
last modified time | relevance | path

Searched refs:kInChannel (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/core/ops/fusion/
Dconv2d_backprop_filter_fusion.cc50 (void)this->AddAttr(kInChannel, MakeValue(in_channel)); in set_in_channel()
60 auto value_ptr = GetAttr(kInChannel); in get_in_channel()
Dconv2d_backprop_input_fusion.cc45 (void)this->AddAttr(kInChannel, MakeValue(in_channel)); in set_in_channel()
53 auto value_ptr = GetAttr(kInChannel); in get_in_channel()
Dconv2d_fusion.cc41 void Conv2DFusion::set_in_channel(const int64_t in_channel) { (void)this->AddAttr(kInChannel, MakeV… in set_in_channel()
50 auto value_ptr = GetAttr(kInChannel); in get_in_channel()
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dupdate_conv2d_param_pass.cc36 …if (prim->GetAttr(ops::kInChannel) == nullptr || GetValue<int64_t>(prim->GetAttr(ops::kInChannel))… in SetConvAttr()
37 prim->AddAttr(ops::kInChannel, MakeValue(in_channel)); in SetConvAttr()
/third_party/mindspore/mindspore/core/ops/
Dconv2d_transpose.cc46 (void)AddAttr(kInChannel, in set_in_channel()
47 … MakeValue(CheckAndConvertUtils::CheckInteger(kInChannel, in_channel, kGreaterThan, 0, name()))); in set_in_channel()
119 auto value_ptr = GetAttr(kInChannel); in get_in_channel()
Dadder.cc36 void Adder::set_in_channel(const int64_t in_channel) { (void)this->AddAttr(kInChannel, MakeValue(in… in set_in_channel()
39 auto value_ptr = GetAttr(kInChannel); in get_in_channel()
Dop_utils.h99 constexpr auto kInChannel = "in_channel"; variable
/third_party/mindspore/mindspore/core/ops/grad/
Dde_conv2d_grad_filter.cc43 (void)this->AddAttr(kInChannel, MakeValue(in_channel)); in set_in_channel()
47 auto value_ptr = GetAttr(kInChannel); in get_in_channel()
Dgroup_conv2d_grad_input.cc44 (void)this->AddAttr(kInChannel, MakeValue(in_channel)); in set_in_channel()
48 auto value_ptr = GetAttr(kInChannel); in get_in_channel()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_conv_parser.cc84 if (prim->GetAttr(ops::kInChannel) != nullptr) { in Parse()
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Dconv2d_info.cc218 MS_CHECK_TRUE_RET(prim->GetAttr(ops::kInChannel) != nullptr, RET_ERROR); in CheckConv2DPrimitiveType()
Ddepthwise_conv2d_info.cc407 MS_CHECK_TRUE_RET(prim->GetAttr(ops::kInChannel) != nullptr, RET_ERROR); in CheckDepthWiseConv2DPrimitiveType()