Searched defs:graph_json (Results 1 – 1 of 1) sorted by relevance
151 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