From 727e65f2e8bbe32000b41d4200a89ed6672ccd74 Mon Sep 17 00:00:00 2001 From: Bohan Hou <32121147+spectrometerHBH@users.noreply.github.com> Date: Tue, 24 Dec 2019 20:45:01 +0800 Subject: [PATCH] [DOC] fix doc in api.py --- python/tvm/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/api.py b/python/tvm/api.py index f0261be37e41..ef121bc880b2 100644 --- a/python/tvm/api.py +++ b/python/tvm/api.py @@ -179,7 +179,7 @@ def var(name="tindex", dtype=int32): name : str The name - dtype : int + dtype : str The data type Returns