You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/30 20:08:01 UTC

[GitHub] [tvm] masahi commented on a change in pull request #7956: [ONNX] More Unit Tests!

masahi commented on a change in pull request #7956:
URL: https://github.com/apache/tvm/pull/7956#discussion_r624161806



##########
File path: src/relay/op/tensor/transform.cc
##########
@@ -1120,6 +1120,8 @@ bool ScatterNDRel(const Array<Type>& types, int num_inputs, const Attrs& attrs,
 
   const auto out_shape = data->shape;
   const IntImmNode* mdim = indices->shape[0].as<IntImmNode>();
+  ICHECK(mdim) << "GatherND needs a static shape for the first axis of indices, got "

Review comment:
       ScatterND




-- 
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:
users@infra.apache.org