[TF:XLA] Remove unused class XlaLocalRuntimeContext and related member variables.
This additional parameter to computations was only needed for the CPU backend, but it is not used anymore. The thread pool it holds is already passed via xla::ExecutableRunOptions. Also, remove unused members from XlaCompiler::CompilationResult. PiperOrigin-RevId: 177618693
Loading
Please sign in to comment