From 372823870ff61bb1648741b3cc2a843995a3e90e Mon Sep 17 00:00:00 2001 From: Matthew Brookhart Date: Wed, 25 Nov 2020 17:54:48 -0700 Subject: [PATCH] fix typo --- python/tvm/topi/transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/topi/transform.py b/python/tvm/topi/transform.py index 9f0b4a2cba987..6ddbc73e46661 100644 --- a/python/tvm/topi/transform.py +++ b/python/tvm/topi/transform.py @@ -433,7 +433,7 @@ def take_legalize(attrs, inputs, types): Parameters ---------- attrs : tvm.ir.Attrs - Attributes of current convolution + Attributes of current op inputs : list of tvm.relay.Expr The args of the Relay expr to be legalized types : list of types