Skip to content

Commit 35d9e4b

Browse files
MarisaKirisamewweic
authored andcommitted
[Relay] Fix typo in ChangeBatch (apache#3660)
1 parent 90aaf80 commit 35d9e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relay/transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ class ChangeBatch:
920920
----------
921921
data: Dict[relay.Var, int]
922922
A dictionary of all the params to change.
923-
The keys are all params, and the values is which dimension hold the batch.
923+
The keys are all params, and the values are which dimension hold the batch.
924924
925925
batch_size: int
926926
The batch size to change to.

0 commit comments

Comments
 (0)