Skip to content

Commit

Permalink
Fix dma linting
Browse files Browse the repository at this point in the history
Change-Id: I0aad319b7722a56b5c7f116adcc791951223baa3
  • Loading branch information
mbaret committed Jan 4, 2022
1 parent 313f23f commit 867ef3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/tvm/relay/backend/contrib/ethosu/te/dma.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ def read_compute(


def write_compute(
tensor: te.Tensor, zero_point: int, scale: float, layout: Optional[str] = None, attrs: dict = None
tensor: te.Tensor,
zero_point: int,
scale: float,
layout: Optional[str] = None,
attrs: dict = None,
) -> te.Tensor:
"""A tensor expression which represents a write.
Expand Down

0 comments on commit 867ef3a

Please sign in to comment.