Home
last modified time | relevance | path

Searched refs:UpdateValue (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddata_helper.cc110 …return jh.UpdateValue(CharToString(in_file), CharToString(key), CharToString(value), CharToString(… in UpdateValueIF()
116 return jh.UpdateValue(CharToString(in_file), CharToString(key), value, CharToString(out_file)); in UpdateValueIF()
122 return jh.UpdateValue(CharToString(in_file), CharToString(key), value, CharToString(out_file)); in UpdateValueIF()
127 return jh.UpdateValue(CharToString(in_file), CharToString(key), value, CharToString(out_file)); in UpdateValueIF()
132 return jh.UpdateValue(CharToString(in_file), CharToString(key), value, CharToString(out_file)); in UpdateValueIF()
137 return jh.UpdateValue(CharToString(in_file), CharToString(key), value, CharToString(out_file)); in UpdateValueIF()
142 return jh.UpdateValue(CharToString(in_file), CharToString(key), value, CharToString(out_file)); in UpdateValueIF()
147 return jh.UpdateValue(CharToString(in_file), CharToString(key), value, CharToString(out_file)); in UpdateValueIF()
152 return jh.UpdateValue(CharToString(in_file), CharToString(key), value, CharToString(out_file)); in UpdateValueIF()
157 return jh.UpdateValue(CharToString(in_file), CharToString(key), value, CharToString(out_file)); in UpdateValueIF()
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Ddata_helper.h191 Status UpdateValue(const std::string &in_file, const std::string &key, const std::string &value,
202 Status UpdateValue(const std::string &in_file, const std::string &key, const bool &value,
213 Status UpdateValue(const std::string &in_file, const std::string &key, const int8_t &value,
224 Status UpdateValue(const std::string &in_file, const std::string &key, const uint8_t &value,
235 Status UpdateValue(const std::string &in_file, const std::string &key, const int16_t &value,
246 Status UpdateValue(const std::string &in_file, const std::string &key, const uint16_t &value,
257 Status UpdateValue(const std::string &in_file, const std::string &key, const int32_t &value,
268 Status UpdateValue(const std::string &in_file, const std::string &key, const uint32_t &value,
279 Status UpdateValue(const std::string &in_file, const std::string &key, const int64_t &value,
290 Status UpdateValue(const std::string &in_file, const std::string &key, const uint64_t &value,
[all …]
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node.cc24 UpdateValue(value); in OsrAXNode()
43 void OsrAXNode::UpdateValue(CefRefPtr<CefDictionaryValue> value) { in UpdateValue() function in client::OsrAXNode
Dosr_accessibility_node.h49 void UpdateValue(CefRefPtr<CefDictionaryValue> value);
Dosr_accessibility_helper.cc194 axNode->UpdateValue(node); in UpdateLayout()
/third_party/mindspore/tests/ut/cpp/dataset/
Ddata_helper_test.cc97 Status rc = dh.UpdateValue(file_path, "label", new_label); in TEST_F()
108 Status rc = dh.UpdateValue(file_path, "label", new_label); in TEST_F()
/third_party/mindspore/mindspore/lite/minddata/wrapper/
DMDToDApi.cc380 rc = dh.UpdateValue(file_path, std::string(column), embedding_file_path); in MDToDApi_UpdateEmbeding()
441 Status rc = dh.UpdateValue<int32_t>(file_path, "_isForTrain", isForTrain, ""); in MDToDApi_UpdateIsForTrain()
458 Status rc = dh.UpdateValue<int32_t>(file_path, "_noOfFaces", noOfFaces, ""); in MDToDApi_UpdateNoOfFaces()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Djson_helper.cc47 RETURN_IF_NOT_OK(UpdateValue(out_file, "image", v.ToString(), out_file)); in CreateAlbum()
Djson_helper.h111 Status UpdateValue(const std::string &in_file, const std::string &key, const T &value,
/third_party/googletest/docs/
Dgmock_cook_book.md2082 EXPECT_CALL(my_mock, UpdateValue)
2088 `UpdateValue()` call.