Home
last modified time | relevance | path

Searched refs:kConstantValue (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/fusion/
Dpad_fusion.cc37 (void)this->AddAttr(kConstantValue, MakeValue(constant_value)); in set_constant_value()
46 auto value_ptr = GetAttr(kConstantValue); in get_constant_value()
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/
Dpad_fusion_mapper.cc55 int status = AddAttrToInput(func_graph, cnode, dst_prim, ops::kConstantValue, kNumFlagTwo); in Mapper()
/third_party/mindspore/mindspore/core/ops/
Dop_utils.h219 constexpr auto kConstantValue = "constant_value"; variable
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dconv_pad_fusion.cc142 ValuePtr pad_constant_node = pad_primitive->GetAttr(ops::kConstantValue); in IsPrimitiveProper()