aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/supported_operators.py
AgeCommit message (Expand)Author
2021-07-27MLBEDSW-4853: Refactor supported operatorsJonas Ohlsson
2021-07-26MLBEDSW-4892: Fix crash affecting biases without quantization.James Peet
2021-07-08MLBEDSW-4838 Added basic TOSA support.Patrik Gustavsson
2021-04-29MLBEDSW-4501: Support MEAN single axis variationDwight Lidman
2021-04-07MEAN implementation changed to Average PoolDwight Lidman
2021-03-16MLBEDSW-4215: Add support for MEAN to match QuantizedMeanOrSum implementationDwight Lidman
2021-03-16MLBEDSW-4223: Full support for PAD operatorLouis Verhaard
2021-02-25MLBEDSW-1499: Add MEAN operatorDwight Lidman
2021-02-25MLBEDSW-3571: Sum and FC should not crash when asking for keep_dims.erik.andersson@arm.com
2021-02-17MLBEDSW-4022: support PAD followed by pool operatorLouis Verhaard
2021-02-04MLBEDSW-3932: Remove Squeeze from supported operatorsLouis Verhaard
2021-02-03MLBEDSW-3572: Fused activations must not be int32Louis Verhaard
2021-02-01MLBEDSW-3903: Bug fix PAD operatorLouis Verhaard
2021-01-29MLBEDSW-3224: Support HardSwishDiqing Zhong
2021-01-22MLBEDSW-3858: Incorrect PAD usage bugerik.andersson@arm.com
2021-01-19MLBEDSW-3418: More operator checks for infinityLouis Verhaard
2020-12-22MLBEDSW-3711: Added operator checks for PAD.Erik Andersson
2020-12-17MLBEDSW-3694 Replace padding with enumMichael McGeagh
2020-11-27MLBEDSW-3633: SplitV incorrectly placed on CPUJacob Bohlin
2020-11-26MLBEDSW-3558: Put FC on CPU when OFM != 2DDwight Lidman
2020-11-25vela: Improve printing of setsMichael McGeagh
2020-11-20MLBEDSW-3157: Add test for broadcast shapesAndreas Nevalainen
2020-11-20MLBEDSW-3302: Reject per-channel scaling for unsupported opsDwight Lidman
2020-11-19[MLBEDSW-3300] Fix DepthwiseConv2D fails when bias tensor quant_values are NoneFredrik Svedberg
2020-11-18vela: Remove ExpandDims from supported ops listMichael McGeagh
2020-11-17MLBEDSW-3403 Generate supported op reportMichael McGeagh
2020-11-16MLBEDSW-3350 Put softmax on CPU if beta < 0Patrik Gustavsson
2020-11-13MLBEDSW-839: Code generation using external API2.0.0.rc1Louis Verhaard
2020-11-10MLBEDSW-3377: fixup_stridedslice_output may silently change CPU opsDwight Lidman
2020-11-09MLBEDSW-3402 SupportedOp now returns external nameMichael McGeagh
2020-11-04MLBEDSW-2412 All constraints have been refactoredMichael McGeagh
2020-11-04MLBEDSW-3275: Added infinity check for Relu scaling valuesJacob Bohlin
2020-10-21vela: Improve the scaling is equal checkTim Hall
2020-10-19MLBEDSW-2412 Refactor constraints for conv opsMichael McGeagh
2020-10-15MLBEDSW-3219: Suppress CPU info Const/PlaceholderLouis Verhaard
2020-10-14Revert "MLBEDSW-3219: Suppress CPU info for Const/Placeholder"patrik.gustavsson
2020-10-14MLBEDSW-3219: Suppress CPU info for Const/PlaceholderLouis Verhaard
2020-10-13vela: Improve extra info in constraint checksMichael McGeagh
2020-10-13MLBEDSW-3219 Added info print for unsupported operatorPatrik Gustavsson
2020-10-12MLBEDSW-3230 Remove restriction of batching 16 for FCPatrik Gustavsson
2020-10-12MLBEDSW-3061: Update supported_operators.pyDwight Lidman
2020-10-08MLBEDSW-3148: Refactor OperationLouis Verhaard
2020-10-07MLBEDSW-3154 Fix issue for checking axis in concatPatrik Gustavsson
2020-10-05MLBEDSW-2412 Replace generic restrictionsMichael McGeagh
2020-10-05vela: SupportedOperators promote to class instanceMichael McGeagh
2020-09-30MLBEDSW-3001 Fix Min Max OPs not properly checkedPatrik Gustavsson
2020-09-30[MLBEDSW-2802] Fix 5D tensor crashFredrik Svedberg
2020-09-28MLBEDSW-2885: Fix overflow from inf numberAndreas Nevalainen
2020-09-28MLBEDSW-3035: Updated StridedSlice checksLouis Verhaard
2020-09-24MLBEDSW-2788 Fix crash on non-constant weight tensorsAndreas Nevalainen