contiguous() # flatten back x = x.view(batchsize, -1, height, width) return xPad Replace:将老版 onnx 的 pad
# flatten back x = x.view(batchsize, -1, height, width) return x Pad Replace:将老版 onnx 的 pad