[XLA] Redesign: migrate other xla/tests to use the new buidler.
- The set_return_value_test is not migrated because XlaBuilder does not support SetReturnValue. - Delete a compute_constant_test case since ComputeConstant no longer accepts parameters. - Delete CompilationCacheTest.MutatedComputation since the case no longer exists. - Correct WhileTest.WhileWithMixedTupleElements which used an op from one builder in another builder. - Disabled all CompilationCacheTest since there is no caching in the new design right now. PiperOrigin-RevId: 194354250
Loading
Please sign in to comment