From f75f1e4c9b8e0aea733c885beb221c1c627f180f Mon Sep 17 00:00:00 2001 From: Wuwei Lin Date: Wed, 29 Jul 2020 15:47:46 -0400 Subject: [PATCH] Fix incorrect function signature in header --- include/tvm/relay/attrs/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tvm/relay/attrs/memory.h b/include/tvm/relay/attrs/memory.h index b737103e715f..85462c087cee 100644 --- a/include/tvm/relay/attrs/memory.h +++ b/include/tvm/relay/attrs/memory.h @@ -35,7 +35,7 @@ namespace relay { std::vector FlattenTupleType(const Type& type); std::vector FromTupleType(const Type& type, const Expr& expr); -Expr ToTupleType(const Type& t, const Array& exprs); +Expr ToTupleType(const Type& t, const std::vector& exprs); /*! * \brief Options for allocating storage.