Home
last modified time | relevance | path

Searched refs:DecodeCNode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_decoder.h39 …CNodePtr DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph, const std::…
Dakg_kernel_json_decoder.cc102 …CNodePtr DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph, kernel::Pro… in DecodeCNode() function in mindspore::kernel::__anonc55854f90111::CNodeDecoder
357 CNodePtr AkgKernelJsonDecoder::DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &fu… in DecodeCNode() function in mindspore::kernel::AkgKernelJsonDecoder
361 return decoder.DecodeCNode(cnode_json, func_graph, p); in DecodeCNode()
413 auto op_node = DecodeCNode(op_desc, graph, kernel_json[kJsonKeyProcess]); in DecodeFusedNodes()