Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc105 XlaContext& xla_context = XlaContext::Get(context); in Compute() local
Dxla_op_kernel.cc46 XlaContext* XlaOpKernelContext::xla_context() const { in xla_context() function in tensorflow::XlaOpKernelContext
804 XlaOpKernelContext xla_context(context); in Compute() local
Dxla_compiler.cc124 Status ExecuteGraph(XlaContext* xla_context, std::unique_ptr<Graph> graph, in ExecuteGraph()