lixiaoquan commented on a change in pull request #5429:
URL: https://github.com/apache/incubator-tvm/pull/5429#discussion_r420541295



##########
File path: src/relay/transforms/pattern_util.h
##########
@@ -270,7 +270,7 @@ inline Constant MakeConstantScalar(DataType dtype, T value) 
{
  */
 template <typename T>
 static inline Constant MakeConstantTensor(DataType dtype, std::vector<int64_t> 
shape,
-                                          std::vector<T> value) {
+                                          T value) {

Review comment:
       Sorry for late. Updated




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to