Samsung / ONE

On-device Neural Engine
Other
435 stars 157 forks source link

[luci] Support module optimization such as applying BCQ #4961

Closed llFreetimell closed 3 years ago

llFreetimell commented 3 years ago

Description

Current optimizations in luci/Pass are only applicable to loco::graph, not luci::Module. However, if some model has multiple subgraphs and we want to apply BCQ to the model, BCQ information should be shared by each subgraph. Therefore, let's support module optimization in luci!

Notes

Todo

Draft

llFreetimell commented 3 years ago

Done!