In tensor_name function, don't drop the suffix behind colon if it's not the...
In tensor_name function, don't drop the suffix behind colon if it's not the first tensor. For example, it should make sure: tensor:0 -> tensor tensor:1 -> tensor:1 tensor:2 -> tensor:2 PiperOrigin-RevId: 238447941
Loading
Please sign in to comment