Home
last modified time | relevance | path

Searched defs:new_instance_json (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dserver.cc556 nlohmann::json new_instance_json; in HandleNewInstanceRequest() local
Diteration.cc288 bool Iteration::NewInstance(const nlohmann::json &new_instance_json, std::string *result) { in NewInstance()