Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/graph_kernel/akg/
Dakg_kernel_json_decoder.cc64 …CNodePtr DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph, kernel::Pro… in DecodeCNode()
151 bool DecodeInputDesc(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph) { in DecodeInputDesc()
185 bool DecodeOutputDesc(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph) { in DecodeOutputDesc()
344 CNodePtr AkgKernelJsonDecoder::DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &fu… in DecodeCNode()