You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "sunggg (via GitHub)" <gi...@apache.org> on 2023/03/31 22:18:29 UTC

[GitHub] [tvm] sunggg commented on a diff in pull request #14447: [Unity][Op] introduce `shape_to_tensor` op

sunggg commented on code in PR #14447:
URL: https://github.com/apache/tvm/pull/14447#discussion_r1154950195


##########
src/relax/op/op_common.cc:
##########
@@ -38,7 +38,7 @@ Array<TensorStructInfo> GetInputTensorStructInfo(const Call& call, const BlockBu
     if (sinfo == nullptr) {
       ctx->ReportFatal(Diagnostic::Error(call)
                        << op << " requires the input " << op->arguments[i]->name
-                       << " to be Tensor. However, the given one is "
+                       << " to be Tensor. However, the given one has a "

Review Comment:
   This is unrelated to this PR, but found the current message confusing during the debugging. 



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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