Skip to content

Commit

Permalink
DML EP Register Opset 21 (microsoft#22547)
Browse files Browse the repository at this point in the history
### Description
This PR registers the following opset 21 operators:
- Size-21
- CastLike-21
- ConstantOfShape-21
- Flatten-21
- Pad-21
- Transpose-21



### Motivation and Context
  • Loading branch information
dtang317 authored and ankitm3k committed Dec 11, 2024
1 parent eccd7cb commit 70fa2a0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,6 @@ namespace OperatorHelper
static const int sc_sinceVer_Flatten = 21;
static const int sc_sinceVer_Pad = 21;
static const int sc_sinceVer_Transpose = 21;
static const int sc_sinceVer_Identity = 21;
static const int sc_sinceVer_QLinearMatMul = 21;
static const int sc_sinceVer_GroupNorm = 21;
}

namespace MsftOperatorSet1
Expand Down

0 comments on commit 70fa2a0

Please sign in to comment.