Searched defs:ori_node (Results 1 – 5 of 5) sorted by relevance
48 void DumpGraph(const CNodePtr &ori_node, const CNodePtr &new_output) { in DumpGraph()
178 bool MultiConvSplit::SplitSingleConv(const AnfNodePtr &ori_node, const std::vector<AnfNodePtr> &inp… in SplitSingleConv()
341 AnfNodePtr DepthwiseConv2DInfo::CreateOutputsOfSplit(const CNodePtr &ori_node, size_t input_index, in CreateOutputsOfSplit()
1141 auto ori_node = origin_pair.first->cast<CNodePtr>(); in RefNodeProcess() local2259 common::KernelWithIndex Somas::GetVisitKernelWithReturnType(const AnfNodePtr &ori_node, size_t ori_… in GetVisitKernelWithReturnType()
2787 …deInfo(const FuncGraphPtr &func_graph, const uint32_t &target_graph_id, const AnfNodePtr &ori_node, in CopyCNodeInfo()2881 for (auto &ori_node : node_list) { in DoInline() local