Lunderberg commented on issue #8507:
URL: https://github.com/apache/tvm/issues/8507#issuecomment-1295309655
Test script now runs without error, produces the following output. Closing
issue as it seems to have been resolved.
```
graph(%0 : Float(1, 2, 3, strides=[6, 3, 1], requires_grad=0, device=cpu)):
%1 : Long(1, strides=[1], device=cpu) = onnx::Constant[value={2}]()
%2 : Float(1, 2, 1, strides=[2, 1, 1], requires_grad=0, device=cpu) =
onnx::ReduceSum[keepdims=1](%0, %1) # ./temp2.py:13:0
return (%2)
def @main(%v0: Tensor[(1, 2, 3), float32] /* ty=Tensor[(1, 2, 3), float32]
*/) -> Tensor[(1, 2, 1), float32] {
sum(%v0, axis=[2], keepdims=True) /* ty=Tensor[(1, 2, 1), float32] */
}
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]