-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[one-optimize] Fuse Mul with FullyConnected layer #13528
Commits on Jul 26, 2024
-
[one-optimize] Fuse Mul with FullyConnected layer
This commit introduces fuse_mul_with_fully_connected pass that combines FullyConnected and Mul into one node. ONE-DCO-1.0-Signed-off-by: Jan Iwaszkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28d8089 - Browse repository at this point
Copy the full SHA 28d8089View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87774c5 - Browse repository at this point
Copy the full SHA 87774c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c7f5a9 - Browse repository at this point
Copy the full SHA 4c7f5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfcb68b - Browse repository at this point
Copy the full SHA cfcb68bView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8b06b5 - Browse repository at this point
Copy the full SHA e8b06b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf2649 - Browse repository at this point
Copy the full SHA 3bf2649View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d386541 - Browse repository at this point
Copy the full SHA d386541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4180734 - Browse repository at this point
Copy the full SHA 4180734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 761d303 - Browse repository at this point
Copy the full SHA 761d303View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa4733b - Browse repository at this point
Copy the full SHA fa4733bView commit details -
[luci/pass] Introduce FuseMulWithFullyConnectedPass
This commit introduce FuseMulWithFullyConnectedPass which will fuse Mul to previous FullyConnected if possible. ONE-DCO-1.0-Signed-off-by: Jan Iwaszkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40dcacf - Browse repository at this point
Copy the full SHA 40dcacfView commit details -
[one-cmds] Add an option for FuseMulWithFullyConnectedPass
This commit adds one-cmd option for FuseMulWithFullyConnectedPass. ONE-DCO-1.0-Signed-off-by: Jan Iwaszkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b717234 - Browse repository at this point
Copy the full SHA b717234View commit details
Commits on Aug 7, 2024
-
[circle2circle] Dredd test for FuseMulWithFullyConnectedPass
This commit is adding circle2circle dredd test for FC + Mul fusion. ONE-DCO-1.0-Signed-off-by: Jan Iwaszkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a568d25 - Browse repository at this point
Copy the full SHA a568d25View commit details -
[luci/pass] Value test for FuseMulWithFullyConnectedPass
This commit adds value tests for FuseMulWithFullyConnectedPass. ONE-DCO-1.0-Signed-off-by: Jan Iwaszkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3246e3 - Browse repository at this point
Copy the full SHA d3246e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f661561 - Browse repository at this point
Copy the full SHA f661561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d9783 - Browse repository at this point
Copy the full SHA 85d9783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51dd43c - Browse repository at this point
Copy the full SHA 51dd43cView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3b354e - Browse repository at this point
Copy the full SHA e3b354eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc36e9 - Browse repository at this point
Copy the full SHA ffc36e9View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 835126a - Browse repository at this point
Copy the full SHA 835126aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e25ed - Browse repository at this point
Copy the full SHA 31e25edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 396d733 - Browse repository at this point
Copy the full SHA 396d733View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ec1d8 - Browse repository at this point
Copy the full SHA d5ec1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b17f47 - Browse repository at this point
Copy the full SHA 8b17f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d90e50 - Browse repository at this point
Copy the full SHA 8d90e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 715cdf7 - Browse repository at this point
Copy the full SHA 715cdf7View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e22b26 - Browse repository at this point
Copy the full SHA 9e22b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a09a0 - Browse repository at this point
Copy the full SHA 62a09a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6c71f - Browse repository at this point
Copy the full SHA 1b6c71fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8977ef9 - Browse repository at this point
Copy the full SHA 8977ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbed1b9 - Browse repository at this point
Copy the full SHA dbed1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53aa943 - Browse repository at this point
Copy the full SHA 53aa943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2bb71 - Browse repository at this point
Copy the full SHA 0c2bb71View commit details -
[res/tfl_recipes] Add new Net_FullyConnected_Mul
This commit extends Net_FullyConnectedMul tflite recipes with 'no bias' case. ONE-DCO-1.0-Signed-off-by: Jan Iwaszkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3ff517 - Browse repository at this point
Copy the full SHA e3ff517View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e8b4a - Browse repository at this point
Copy the full SHA d6e8b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ebd44 - Browse repository at this point
Copy the full SHA b4ebd44View commit details -
Configuration menu - View commit details
-
Copy full SHA for cddd353 - Browse repository at this point
Copy the full SHA cddd353View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 678869c - Browse repository at this point
Copy the full SHA 678869cView commit details -
Configuration menu - View commit details
-
Copy full SHA for af3119d - Browse repository at this point
Copy the full SHA af3119dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b085181 - Browse repository at this point
Copy the full SHA b085181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa79cc - Browse repository at this point
Copy the full SHA 1aa79ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f02cb88 - Browse repository at this point
Copy the full SHA f02cb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb278d - Browse repository at this point
Copy the full SHA 1bb278dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27dec03 - Browse repository at this point
Copy the full SHA 27dec03View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79a2213 - Browse repository at this point
Copy the full SHA 79a2213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea759a - Browse repository at this point
Copy the full SHA 7ea759aView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 550e798 - Browse repository at this point
Copy the full SHA 550e798View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda96d8 - Browse repository at this point
Copy the full SHA bda96d8View commit details