onnxruntime
7b9db658 - Fixed a minor bug in layout transformation for Resize (#21954)

Commit
1 year ago
Fixed a minor bug in layout transformation for Resize (#21954) Since opset 18, 'scales' and 'sizes' constant inputs can be 2D tensors, transpose for 2D tensors are not supported at current implementation, fix it by only allowing 4D constant inputs.
Author
Parents
Loading