Two improvements to tf.split's shape function
1. Don't break if the size corresponding to a -1 is 0. 2. Infer the size corresponding to a -1 if possible. Fixes #19360.
Loading
Please sign in to comment
1. Don't break if the size corresponding to a -1 is 0. 2. Infer the size corresponding to a -1 if possible. Fixes #19360.