From f1d43378d93d08460edca5afe6e0e0676c868e41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=9B=BE=E9=9B=A8=E9=AD=94=E7=90=86=E6=B2=99?= Date: Mon, 29 Jul 2019 21:58:08 -0700 Subject: [PATCH] [Relay] Fix typo in ChangeBatch (#3660) --- python/tvm/relay/transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4