View source on GitHub
|
math operations.
sparse_fill_empty_rows(...): Fills empty rows in the input 2-D SparseTensor with a default value.
sparse_reshape(...): Reshapes a SparseTensor to represent values in a new dense shape.
sparse_segment_sum(...): Computes the sum along sparse segments of a tensor. It do same things
View source on GitHub