Skip to content

Commit

Permalink
[Relay] Fix typo in ChangeBatch (apache#3660)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame authored and wweic committed Sep 6, 2019
1 parent 66aad8d commit 2bd6b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ class ChangeBatch:
----------
data: Dict[relay.Var, int]
A dictionary of all the params to change.
The keys are all params, and the values is which dimension hold the batch.
The keys are all params, and the values are which dimension hold the batch.
batch_size: int
The batch size to change to.
Expand Down

0 comments on commit 2bd6b8b

Please sign in to comment.