Improve the latency of small `tf.concat()` operations.
Avoid copying each input `Tensor` object from the `OpInputList`, and instead take a const reference. This avoids the need to run the `Tensor` destructor at the end of each iteration. PiperOrigin-RevId: 203326683
Loading
Please sign in to comment