Skip to content

Commit

Permalink
Missing a blank line...
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruva Ray <[email protected]>
  • Loading branch information
dhruvaray committed Apr 28, 2020
1 parent 3217540 commit f12bfe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/op/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,4 +911,5 @@ def sparse_to_dense(sparse_indices, sparse_values, default_value, output_shape):
result : relay.Expr
Dense tensor of shape output_shape. Has the same type as sparse_values.
"""

return _make.sparse_to_dense(sparse_indices, sparse_values, default_value, output_shape)

0 comments on commit f12bfe8

Please sign in to comment.