Extend tensor_list with basic support for appending to TensorArrays. This allows...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 6 Mar 2018 23:50:13 +0000 (15:50 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Mar 2018 23:54:15 +0000 (15:54 -0800)
commit2775ac493806fefa4e7c2fd798be5b1f87e01a94
treecda6b6ad909294c38a39cd0e8504d8e11adda5ab
parent18d97ec74e1f08e7ab2c7700c5355394c8284231
Extend tensor_list with basic support for appending to TensorArrays. This allows handling list-type operations on lists that we haven't created, e.g. received as parameters.

PiperOrigin-RevId: 188094077
tensorflow/contrib/py2tf/utils/tensor_list.py
tensorflow/contrib/py2tf/utils/tensor_list_test.py