Skip to content

Commit 8af51ce

Browse files
dtang317ankitm3k
authored andcommitted
register Identity and QLinearMatmul for opset21 (microsoft#22804)
### Description This PR registers the following opset 21 operators: Idenity-21 OlieanrMatmul-21 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent e9fd9c8 commit 8af51ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

onnxruntime/core/providers/dml/OperatorAuthorHelper/OperatorVersions.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ namespace OperatorHelper
452452
static const int sc_sinceVer_Flatten = 21;
453453
static const int sc_sinceVer_Pad = 21;
454454
static const int sc_sinceVer_Transpose = 21;
455+
static const int sc_sinceVer_Identity = 21;
456+
static const int sc_sinceVer_QLinearMatMul = 21;
455457
}
456458

457459
namespace MsftOperatorSet1

0 commit comments

Comments
 (0)