Home
last modified time | relevance | path

Searched refs:GraphCompiler (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.h56 class GraphCompiler {
58 GraphCompiler(XlaCompilationDevice* device, Graph* graph, in GraphCompiler() function
Dgraph_compiler.cc112 Status GraphCompiler::Compile() { in Compile()
226 Status GraphCompiler::CompileFunctionalNode(Node* n, in CompileFunctionalNode()
333 void GraphCompiler::PartiallySetupParams(OpKernelContext::Params* params) { in PartiallySetupParams()
Dxla_compiler.h315 friend class GraphCompiler; variable
Dxla_compiler.cc142 GraphCompiler graph_compiler(device, graph.get(), flib, step_container.get()); in ExecuteGraph()