Searched refs:GraphCompiler (Results 1 – 4 of 4) sorted by relevance
56 class GraphCompiler {58 GraphCompiler(XlaCompilationDevice* device, Graph* graph, in GraphCompiler() function
112 Status GraphCompiler::Compile() { in Compile()226 Status GraphCompiler::CompileFunctionalNode(Node* n, in CompileFunctionalNode()333 void GraphCompiler::PartiallySetupParams(OpKernelContext::Params* params) { in PartiallySetupParams()
315 friend class GraphCompiler; variable
142 GraphCompiler graph_compiler(device, graph.get(), flib, step_container.get()); in ExecuteGraph()