Skip to content

Commit

Permalink
Updated docstring in the partioning function
Browse files Browse the repository at this point in the history
Change-Id: Ibb76dd67673d84238818f31eefe5e99b401bbae3
  • Loading branch information
ashutosh-arm committed Aug 9, 2021
1 parent 063dcef commit ba74d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tvm/relay/op/contrib/cmsisnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def partition_for_cmsisnn(mod, params=None, **opts):
Returns
-------
ret : annotated and partitioned module.
ret : Module
annotated and partitioned module.
"""
if params:
mod["main"] = bind_params_by_name(mod["main"], params)
Expand Down

0 comments on commit ba74d16

Please sign in to comment.