Skip to content

Commit

Permalink
fix doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac committed Jun 9, 2020
1 parent 7e699cc commit ccac1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api/python/relay/transform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ tvm.relay.transform
.. automodule:: tvm.relay.transform
:members:
:imported-members:
:exclude-members: tvm.tir.IntImm
:autosummary:
2 changes: 1 addition & 1 deletion python/tvm/relay/transform/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def DenseToSparse(weight_name, weight_shape):
weight_name: Array[String]
Names of weights which qualified sparse contrains
weight_shape: Array[Array[IntImm]]
weight_shape: Array[Array[tvm.tir.IntImm]]
Weights shape in BSR format.
Returns
Expand Down

0 comments on commit ccac1c2

Please sign in to comment.