Creates a TensorList which, when stacked, has the value of tensor
.
tf.raw_ops.TensorListFromTensor(
tensor, element_shape, name=None
)
Each tensor in the result list corresponds to one row of the input tensor.
tensor: The input tensor. output_handle: The list.
Args | |
---|---|
tensor
|
A Tensor .
|
element_shape
|
A Tensor . Must be one of the following types: int32 , int64 .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type variant .
|