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.cc106 Status GraphCompiler::Compile() { in Compile()
219 Status GraphCompiler::CompileFunctionalNode(Node* n, in CompileFunctionalNode()
306 void GraphCompiler::PartiallySetupParams(OpKernelContext::Params* params) { in PartiallySetupParams()
Dxla_compiler.h442 friend class GraphCompiler; variable
Dxla_compiler.cc135 GraphCompiler graph_compiler(device, graph.get(), flib, step_container.get()); in ExecuteGraph()