Home
last modified time | relevance | path

Searched defs:xla_context (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.cc39 XlaContext* XlaOpKernelContext::xla_context() const { in xla_context() function in tensorflow::XlaOpKernelContext
601 XlaOpKernelContext xla_context(context); in Compute() local
Dxla_compiler.cc115 Status ExecuteGraph(XlaContext* xla_context, std::unique_ptr<Graph> graph, in ExecuteGraph()