Skip to content

Commit

Permalink
Drop QDQ nodes around Expland, Flatten and Tile.
Browse files Browse the repository at this point in the history
  • Loading branch information
skottmckay committed Jul 24, 2024
1 parent 2580d93 commit b081998
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ void DropQDQNodesRules(SelectorActionRegistry& qdq_selector_action_registry) {

std::unique_ptr<NodeSelector> selector = std::make_unique<QDQ::DropQDQNodesSelector>(true);
qdq_selector_action_registry.RegisterSelectorAndAction(drop_action_name,
{{"Gather", {}},
{{"Expand", {}},
{"Flatten", {}},
{"Gather", {}},
{"Reshape", {}},
{"Tile", {}},
{"Transpose", {}},
{"Squeeze", {}},
{"Unsqueeze", {}}},
Expand Down

0 comments on commit b081998

Please sign in to comment.