Skip to content

Commit

Permalink
Part 2d of renaming SparseTensor.shape -> SparseTensor.dense_shape
Browse files Browse the repository at this point in the history
Change: 140928209
  • Loading branch information
ebrevdo authored and tensorflower-gardener committed Dec 3, 2016
1 parent a3bc75f commit 685c0d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def testWalsSolverLhs(self):
] = tf.contrib.factorization.wals_compute_partial_lhs_and_rhs(
self._column_factors, self._column_weights, self._unobserved_weights,
self._row_weights, sparse_block.indices, sparse_block.values,
sparse_block.shape[0], False)
sparse_block.dense_shape[0], False)
self.assertAllClose(lhs_tensor.eval(), [
[
[0.014800, 0.017000, 0.019200],
Expand Down

0 comments on commit 685c0d1

Please sign in to comment.