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(XlaContext* xla_context, XlaCompilationDevice* device, in GraphCompiler() function
Dgraph_compiler.cc86 Status GraphCompiler::Compile() { in Compile()
167 bool GraphCompiler::IsFunctional(Node* n) { in IsFunctional()
173 Status GraphCompiler::CompileFunctionalNode(Node* n, in CompileFunctionalNode()
239 void GraphCompiler::PartiallySetupParams(OpKernelContext::Params* params) { in PartiallySetupParams()
Dxla_compiler.h324 friend class GraphCompiler; variable
Dxla_compiler.cc315 GraphCompiler graph_compiler(xla_context, device, graph.get(), flib, in ExecuteGraph()