tensorflow / text

Making text a first-class citizen in TensorFlow.
https://www.tensorflow.org/beta/tutorials/tensorflow_text/intro
Apache License 2.0
1.21k stars 333 forks source link

added static shape info when known #1209

Open jackd opened 10 months ago

jackd commented 10 months ago

Currently all static shape information is lost. This could probably be better done at the c++ level, but... I'm not familiar enough with the c++ interface to do that confidently.

Line 139 removal (cleaning up) should arguably be a separate PR, but I'm not sure how well a single-line-change PR would go down...