Searched refs:CheckString (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/core/ops/ |
D | broadcast.cc | 33 …CheckAndConvertUtils::CheckString(kGroup, group, {"hccl_world_group", "hccl_world_group"}, this->n… in set_group()
|
D | lrn.cc | 60 CheckAndConvertUtils::CheckString(kNormRegion, norm_region, {"ACROSS_CHANNELS"}, this->name()); in set_norm_region()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.h | 339 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor);
|
D | map_container.cc | 159 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapKey() 275 if (!PyStringToSTL(CheckString(obj, field_descriptor), &str)) { in PythonToMapValueRef()
|
D | message.cc | 752 PyObject* CheckString(PyObject* arg, const FieldDescriptor* descriptor) { in CheckString() function 800 ScopedPyObjectPtr encoded_string(CheckString(arg, descriptor)); in CheckAndSetString()
|
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 157 static std::string CheckString(const std::string &arg_name, const std::string &arg_value,
|
D | check_convert_utils.cc | 326 std::string CheckAndConvertUtils::CheckString(const std::string &arg_name, const std::string &arg_v… in CheckString() function in mindspore::CheckAndConvertUtils
|