Searched defs:root_graph (Results 1 – 10 of 10) sorted by relevance
126 …le<std::map<size_t, size_t>, CNodePtr> GraphConverter::BuildTrtNode(const FuncGraphPtr &root_graph, in BuildTrtNode()
423 … std::unordered_map<std::string, AnfNodePtr> *anf_node_map, bool root_graph) { in ConvertParameter()477 bool root_graph) { in ConvertGraphInputsAndConsts()
371 auto root_graph = WrapPrimitives(func_graph); in CompileGraphs() local946 …_ptr<GraphCompilerInfo> MindRTBackend::ConstructGraphCompilerInfo(const FuncGraphPtr &root_graph) { in ConstructGraphCompilerInfo()
324 auto root_graph = *(roots.begin()); in RemoveBatchNormalizetionNotUseParameters() local
387 auto root_graph = ConstructKernelGraph(func_graph, &all_graphs); in CompileGraphImpl() local
539 auto root_graph = ConstructKernelGraph(func_graph, &all_graphs); in CompileGraphImpl() local1789 void AscendSession::SelectKernel(NotNull<KernelGraphPtr> root_graph) { in SelectKernel()
457 void UpdateGraphAquireGilAttr(const NotNull<KernelGraphPtr> &root_graph) { in UpdateGraphAquireGilAttr()2345 void SessionBasic::UpdateGraphDynamicShapeAttr(const NotNull<KernelGraphPtr> &root_graph) { in UpdateGraphDynamicShapeAttr()
2274 void AnfRuntimeAlgorithm::InsertMakeTupleForOutput(const NotNull<KernelGraphPtr> &root_graph) { in InsertMakeTupleForOutput()
294 FuncGraphPtr root_graph = *(manager->roots().begin()); in CheckRootInputShapeAndType() local
723 … const std::vector<DeviceContext *> &device_contexts, const FuncGraphPtr &root_graph) { in Parse()