Home
last modified time | relevance | path

Searched refs:jsons (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_build.cc441 std::vector<std::string> jsons; in GetKernelJsonsByHashId() local
451 jsons.push_back(kernel_json); in GetKernelJsonsByHashId()
453 return jsons; in GetKernelJsonsByHashId()
478 auto jsons = GetKernelJsonsByHashId(new_build_args, fetched_ids); in AkgOpParallelBuild() local
491 if (!client->AkgSendData(jsons)) { in AkgOpParallelBuild()
/third_party/flatbuffers/src/
Didl_gen_json_schema.cpp25 namespace jsons { namespace
281 jsons::JsonSchemaGenerator generator(parser, path, file_name); in GenerateJsonSchema()
287 jsons::JsonSchemaGenerator generator(parser, "", ""); in GenerateJsonSchema()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_build_client.cc67 bool KernelBuildClient::AkgSendData(const std::vector<std::string> &jsons) { in AkgSendData() argument
73 for (auto &json : jsons) { in AkgSendData()
Dkernel_build_client.h132 bool AkgSendData(const std::vector<std::string> &jsons);
/third_party/json/
DChangeLog.md531 - Merge two jsons [\#1757](https://github.com/nlohmann/json/issues/1757)
821 - Checking keys of two jsons against eachother [\#1465](https://github.com/nlohmann/json/issues/146…