tf.raw_ops.TPUCopyWithDynamicShape

Op that copies host tensor to device with dynamic shape support.

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.