onnxruntime
8c268987 - CoreML: Disable 1D ML Program matmul due to bug in coreml (#21186)

Commit
1 year ago
CoreML: Disable 1D ML Program matmul due to bug in coreml (#21186) ### Description Disable using CoreML ML Program for a matmul where one of the inputs is 1D as the CoreML implementation appears to be broken. See https://github.com/apple/coremltools/issues/2263 Add some debugging notes. ### Motivation and Context Fix failing test on macos-14.
Author
Parents
Loading