TensorArraySize

public final class TensorArraySize

Get the current size of the TensorArray.

Public Methods

Inherited Methods

Public Methods

public Output<Integer> asOutput ()

Returns the symbolic handle of a tensor.

Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.

public static TensorArraySize create (Scope scope, Operand<?> handle, Operand<Float> flowIn)

Factory method to create a class wrapping a new TensorArraySize operation.

Parameters
Returns
  • a new instance of TensorArraySize

public Output<Integer> size ()

The current size of the TensorArray.