Searched refs:GetPadModEnumValue (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/core/ops/ |
D | avg_pool_3d.cc | 53 CheckAndConvertUtils::GetPadModEnumValue(primitive->GetAttr(kPadMode), pad_mode, true); in GetAttrs()
|
D | conv2d.cc | 207 CheckAndConvertUtils::GetPadModEnumValue(primitive->GetAttr("pad_mode"), &pad_mode); in Conv2dInferShape()
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | conv2d_backprop_input.cc | 44 CheckAndConvertUtils::GetPadModEnumValue(primitive->GetAttr(kPadMode), &pad_mode, true); in SetPadList()
|
/third_party/mindspore/mindspore/core/abstract/ |
D | prim_nn.cc | 83 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/ |
D | check_convert_utils.h | 301 static void GetPadModEnumValue(const ValuePtr &value, int64_t *enum_value, bool is_upper = false);
|
D | check_convert_utils.cc | 163 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/ |
D | onnx_exporter.cc | 128 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()
|