tft.sparse_tensor_to_dense_with_shape

Converts a SparseTensor into a dense tensor and sets its shape.

Used in the notebooks

Used in the tutorials

x A SparseTensor.
shape The desired shape of the densified Tensor.
default_value (Optional) Value to set for indices not specified. Defaults to zero.

A Tensor with the desired shape.

ValueError If input is not a SparseTensor.