tf.TensorArray.unpack(value, name=None) Pack the values of a Tensor in the TensorArray. Args:
tf.TensorArray.flow The flow Tensor forcing ops leading to this TensorArray state.
tf.TensorArray.dtype The data type of this TensorArray.
tf.TensorArray.close(name=None) Close the current TensorArray.
tf.TensorArray.gather(indices, name=None) Return selected values in the TensorArray as a packed Tensor.
tf.TensorArray.write(index, value, name=None) Write value into index index of the TensorArray.
Page 2 of 2