From: 雾雨魔理沙 Date: Tue, 30 Jul 2019 04:58:08 +0000 (-0700) Subject: [Relay] Fix typo in ChangeBatch (#3660) X-Git-Tag: upstream/0.7.0~2112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1d43378d93d08460edca5afe6e0e0676c868e41;p=platform%2Fupstream%2Ftvm.git [Relay] Fix typo in ChangeBatch (#3660) --- diff --git a/python/tvm/relay/transform.py b/python/tvm/relay/transform.py index 8383759..2e64d14 100644 --- a/python/tvm/relay/transform.py +++ b/python/tvm/relay/transform.py @@ -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.