Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[onnx] handle dynamic padSize tensor in onnx.Pad (#3214)
- Fix pad size to data_rank for dynamic paddingSize Tensor. - This fix is in accordance with [input specification](https://onnx.ai/onnx/operators/onnx__Pad.html#inputs) for onnx.Pad - Impl will need to be updated for dynamic padSize when support for `axes` is added.
- Loading branch information