[TF:XLA] Use xla::Shape instead of TensorShape for representing...
[TF:XLA] Use xla::Shape instead of TensorShape for representing argument/resource update shapes to XlaCompiler. Change in preparation for adding implementations of the Stack... operators in the Tensorflow/XLA bridge. The representation of a Stack will be a tuple of (stack value, stack size). xla::Shape can represent tuples, but TensorShape cannot. PiperOrigin-RevId: 161391774
Loading
Please sign in to comment