Home
last modified time | relevance | path

Searched refs:CheckAttrIntOrTupleInt (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/ops/grad/
Dconv2d_backprop_input.cc38 …CheckAndConvertUtils::CheckAttrIntOrTupleInt("kernel_size", primitive->GetAttr(kKernelSize), prim_… in SetPadList()
39 …auto stride = CheckAndConvertUtils::CheckAttrIntOrTupleInt("stride", primitive->GetAttr(kStride), … in SetPadList()
40 …auto dilation = CheckAndConvertUtils::CheckAttrIntOrTupleInt("dilation", primitive->GetAttr(kDilat… in SetPadList()
131 … out_shape = CheckAndConvertUtils::CheckAttrIntOrTupleInt("input x size", input_size_v, prim_name); in Conv2DBackpropInputInferShape()
Dconv2d_backprop_filter.cc102 … out_shape = CheckAndConvertUtils::CheckAttrIntOrTupleInt("filter_size", filter_size_v, prim_name); in Conv2DBackpropFilterInferShape()
/third_party/mindspore/mindspore/core/ops/
Dzeros.cc34 …std::vector<int64_t> out_shape = CheckAndConvertUtils::CheckAttrIntOrTupleInt("shape", shape_value… in ZerosInferShape()
Dones.cc33 …std::vector<int64_t> out_shape = CheckAndConvertUtils::CheckAttrIntOrTupleInt("shape", shape_value… in OnesInferShape()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h307 …static std::vector<int64_t> CheckAttrIntOrTupleInt(const std::string &prim_name, const ValuePtr &a…
Dcheck_convert_utils.cc686 std::vector<int64_t> CheckAndConvertUtils::CheckAttrIntOrTupleInt(const std::string &arg_name, cons… in CheckAttrIntOrTupleInt() function in mindspore::CheckAndConvertUtils