sfvaroglu commented on pull request #10818: URL: https://github.com/apache/tvm/pull/10818#issuecomment-1082426245
> LGTM, can you write a quick test to catch this? I tried to add a test case in relay but ran into other type issues. Turns out `pad_value` cannot be a constant (expected to be a variable). However, the problematic op (e.g. `dyn.nn.pad(%282, %291, 0f /* ty=float32 */, pad_width=[]) /* ty=Tensor[(?), int64] */`) is from a tflite model (tflite->onnx->relay) with a constant `pad_value`. Perhaps it doesn't go through the same checks. -- 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]
