Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.cc102 …CNodePtr DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph, kernel::Pro… in DecodeCNode()
168 bool DecodeInputDesc(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph) { in DecodeInputDesc()
199 bool DecodeOutputDesc(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph) { in DecodeOutputDesc()
357 CNodePtr AkgKernelJsonDecoder::DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &fu… in DecodeCNode()