tf.TensorArray.handle
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

tf.TensorArray.handle The reference to the TensorArray.

2025-01-10 15:47:30
tf.TensorArray
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

class tf.TensorArray Class wrapping dynamic-sized, per-time-step, write-once Tensor arrays. This

2025-01-10 15:47:30
tf.TensorArray.size()
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

tf.TensorArray.size(name=None) Return the size of the TensorArray.

2025-01-10 15:47:30
tf.TensorArray.scatter()
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

tf.TensorArray.scatter(indices, value, name=None) Scatter the values of a Tensor in specific indices of a TensorArray

2025-01-10 15:47:30
tf.TensorArray.
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

tf.TensorArray.__init__(dtype, size=None, dynamic_size=None, clear_after_read=None, tensor_array_name=None, handle=None, flow=None, infer_shape=True, name=None)

2025-01-10 15:47:30
tf.TensorArray.split()
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

tf.TensorArray.split(value, lengths, name=None) Split the values of a Tensor into the TensorArray.

2025-01-10 15:47:30
tf.TensorArray.grad()
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

tf.TensorArray.grad(source, flow=None, name=None)

2025-01-10 15:47:30
tf.TensorArray.concat()
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

tf.TensorArray.concat(name=None) Return the values in the TensorArray as a concatenated Tensor. All

2025-01-10 15:47:30
tf.TensorArray.read()
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

tf.TensorArray.read(index, name=None) Read the value at location index in the TensorArray.

2025-01-10 15:47:30
tf.TensorArray.pack()
  • References/Big Data/TensorFlow/TensorFlow Python/TensorArray Operations

tf.TensorArray.pack(name=None) Return the values in the TensorArray as a packed Tensor. All

2025-01-10 15:47:30