Skip to content

Commit

Permalink
Add comment for DropQDQ selector
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Nov 21, 2023
1 parent a3628a8 commit cd11d73
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ void Selectors::RegisterSelector(const OpVersionsAndSelector::OpVersionsMap& ops
}

/* static methods to return different operator's OpVersionMap */

// These are operators that do not change the data and therefore the input DQ and
// output Q have the same scale and zero_point.
static const OpVersionsAndSelector::OpVersionsMap GetMiscOpVersionsMap() {
return {{"Gather", {}},
{"Reshape", {}},
Expand Down

0 comments on commit cd11d73

Please sign in to comment.