Skip to content

Commit

Permalink
[UMA] pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJKlaiber committed Aug 2, 2022
1 parent 169f338 commit cac3060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tvm/relay/backend/contrib/uma/api/partitioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def register(self) -> None:
def partition(
self, mod: tvm.IRModule, params: Optional[Dict[str, tvm.runtime.NDArray]] = None
) -> tvm.IRModule:
"""Partition the relay graph in parts supported and unsupported by the target hardware accelerator.
"""Partition the relay graph in parts supported and unsupported by the
target hardware accelerator.
Parameters
----------
Expand Down

0 comments on commit cac3060

Please sign in to comment.