Searched defs:xla_context (Results 1 – 2 of 2) sorted by relevance
39 XlaContext* XlaOpKernelContext::xla_context() const { in xla_context() function in tensorflow::XlaOpKernelContext601 XlaOpKernelContext xla_context(context); in Compute() local
115 Status ExecuteGraph(XlaContext* xla_context, std::unique_ptr<Graph> graph, in ExecuteGraph()