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