Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NNAPI: Improve MatMul diagnostic output (#19721)
### Description <!-- Describe your changes. --> Re-order so that we don't get two messages for the one node. Currently the batched matmul 'not supported' message will appear for 2D input which is valid, which can be confusing to understand. Change the order so we only check if batched matmul can be used when the input ranks are > 3, as that is one of the requirements. https://github.com/microsoft/onnxruntime/blob/c311d1faf50167e38613927e44c8a430ffcc8e89/onnxruntime/core/providers/nnapi/nnapi_builtin/builders/op_builder_helpers.cc#L257-L264
- Loading branch information