Searched refs:DecodeCNode (Results 1 – 2 of 2) sorted by relevance
39 …CNodePtr DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph, const std::…
102 …CNodePtr DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &func_graph, kernel::Pro… in DecodeCNode() function in mindspore::kernel::__anonc55854f90111::CNodeDecoder357 CNodePtr AkgKernelJsonDecoder::DecodeCNode(const nlohmann::json &cnode_json, const FuncGraphPtr &fu… in DecodeCNode() function in mindspore::kernel::AkgKernelJsonDecoder361 return decoder.DecodeCNode(cnode_json, func_graph, p); in DecodeCNode()413 auto op_node = DecodeCNode(op_desc, graph, kernel_json[kJsonKeyProcess]); in DecodeFusedNodes()