Bugfixes to TensorArray and functional ops:
- TensorArray shape inference now works correctly for scalar elements - TensorArrays each now get a unique name at runtime, per step. This means that they can be used in nested functional ops (e.g. tf.scan(tf.scan(...))) END_PUBLIC TESTED: - opensource_build: passed (http://ci.tensorflow.org/job/tensorflow-cl-presubmit-multijob/1778/) Change: 125110643
Loading
Please sign in to comment