Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph_mgr.cc151 bool LoadJson(const std::string &filename, nlohmann::json *graph_json) { in LoadJson()
2124 void HandleGraphInputsOutputs(const nlohmann::json &graph_json, KernelGraph *graph) { in HandleGraphInputsOutputs()
2163 void HandleGraphSimpleAttr(const nlohmann::json &graph_json, KernelGraph *graph) { in HandleGraphSimpleAttr()
2213 const nlohmann::json &graph_json, KernelGraph *graph) { in HandleAttrAboutOtherGraph()
2253 const nlohmann::json &graph_json, KernelGraph *graph) { in HandleGraphComplexAttr()
2418 auto &graph_json = model_json[graph_name]; in ConstructKernelGraph() local