icemelon9 commented on a change in pull request #5429:
URL: https://github.com/apache/incubator-tvm/pull/5429#discussion_r419566833
##########
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:
Could you update this?
----------------------------------------------------------------
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:
[email protected]