Home
last modified time | relevance | path

Searched refs:GetPadModEnumValue (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Davg_pool_3d.cc53 CheckAndConvertUtils::GetPadModEnumValue(primitive->GetAttr(kPadMode), pad_mode, true); in GetAttrs()
Dconv2d.cc207 CheckAndConvertUtils::GetPadModEnumValue(primitive->GetAttr("pad_mode"), &pad_mode); in Conv2dInferShape()
/third_party/mindspore/mindspore/core/ops/grad/
Dconv2d_backprop_input.cc44 CheckAndConvertUtils::GetPadModEnumValue(primitive->GetAttr(kPadMode), &pad_mode, true); in SetPadList()
/third_party/mindspore/mindspore/core/abstract/
Dprim_nn.cc83 CheckAndConvertUtils::GetPadModEnumValue(pad_mode_ptr, &pad_mode, true); in InferImplPooling()
299 CheckAndConvertUtils::GetPadModEnumValue(primitive->GetAttr("pad_mode"), &pad_mode); in InferImplConv2D()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h301 static void GetPadModEnumValue(const ValuePtr &value, int64_t *enum_value, bool is_upper = false);
Dcheck_convert_utils.cc163 void CheckAndConvertUtils::GetPadModEnumValue(const ValuePtr &value, int64_t *enum_value, bool is_u… in GetPadModEnumValue() function in mindspore::CheckAndConvertUtils
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Donnx_exporter.cc128 CheckAndConvertUtils::GetPadModEnumValue(value, &attr_value, true); in SetPoolingPadMode()
213 CheckAndConvertUtils::GetPadModEnumValue(value, &attr_value); in OPERATOR_ONNX_CONVERT_DEFINE()
1478 CheckAndConvertUtils::GetPadModEnumValue(prim->GetAttr("pad_mode"), &attr_value); in ExportPrimDepthwiseConv2d()