Op that copies host tensor to device with dynamic shape support.
tf.raw_ops.TPUCopyWithDynamicShape(
tensors, unpadded_sizes, name=None
)
For internal use only.
Args:
tensors: A list of Tensor
objects.
unpadded_sizes: A list of Tensor
objects with type int32
.
name: A name for the operation (optional).
Returns:
A list of Tensor
objects. Has the same type as tensors
.