Searched defs:CreateGraph (Results 1 – 8 of 8) sorted by relevance
23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() function in panda::compiler::GraphComparatorTest
241 Graph *CreateGraph() in CreateGraph() function
23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() function in ark::compiler::GraphComparatorTest
331 Graph *CreateGraph() in CreateGraph() function
169 Graph *GraphCreator::CreateGraph() in CreateGraph() function in ark::compiler::GraphCreator
27 inline Graph Function::CreateGraph() const in CreateGraph() function
151 static AbckitGraph *CreateGraph(AbckitCoreFunction *function, AbckitIrInterface *irInterface, in CreateGraph() function
772 llvm::Expected<compiler::Graph *> LLVMAotCompiler::CreateGraph(ArenaAllocator &allocator, in CreateGraph() function in ark::llvmbackend::LLVMAotCompiler