Home
last modified time | relevance | path

Searched refs:ConvertAttrValueToInt (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc213 bool CheckAndConvertUtils::ConvertAttrValueToInt(const std::string &op_type, const std::string &att… in ConvertAttrValueToInt() function in mindspore::CheckAndConvertUtils
291 ConvertAttrValueToInt(op_type, attr_name, value); in ConvertAttrValueInLoad()
Dcheck_convert_utils.h295 …static bool ConvertAttrValueToInt(const std::string &op_type, const std::string &attr_name, ValueP…
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc407 (void)CheckAndConvertUtils::ConvertAttrValueToInt(name_, name, &converted_ret); in AddPyAttr()