aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/graph_optimiser.py
AgeCommit message (Expand)Author
2023-02-15MLBEDSW-7211: Convert fixup_asymmetric_weights to supported ops checkwilisa01
2022-11-16MLBEDSW-6620: Update copyright notice and yearsRickard Bolin
2021-09-15MLBEDSW-5102 Update removal of memory only operatorsJonas Ohlsson
2021-07-08MLBEDSW-4838 Added basic TOSA support.Patrik Gustavsson
2021-05-27MLBEDSW-4034: New Scheduler Size or Performance OptimisationTim Hall
2021-05-07[MLBEDSW-4530] Improve --verbose-graph outputFredrik Svedberg
2021-05-03MLBEDSW-4539: MEAN axis check exception fixDwight Lidman
2021-04-30MLBEDSW-4350 Use padding instead of skirt for merged SplitSliceHenrik G Olsson
2021-04-29MLBEDSW-4501: Support MEAN single axis variationDwight Lidman
2021-04-16MLBEDSW-4132 Fix off-by-one error for negative packing axisHenrik G Olsson
2021-04-16MLBEDSW Vela: Fix check for format restrictionsPatrik Gustavsson
2021-04-15MLBEDSW-4397 Fix Reshape ifm/ofm prod/cons by cpu opPatrik Gustavsson
2021-04-08MLBEDSW-4334 Non-linear format decision in graph opt.Patrik Gustavsson
2021-04-07MEAN implementation changed to Average PoolDwight Lidman
2021-03-26MLBEDSW-4163: OFM zero point outside valid rangeDwight 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-03-12MLBEDSW-4070: Addresses errors with the LeakyReLU operator.erik.andersson@arm.com
2021-02-25MLBEDSW-1499: Add MEAN operatorDwight Lidman
2021-02-17MLBEDSW-4022: support PAD followed by pool operatorLouis Verhaard
2021-02-11MLBEDSW-3774 Fix avoid cascading for spillingPatrik Gustavsson
2021-02-11MLBEDSW-3774 Remove SplitSliceReadPatrik Gustavsson
2021-02-09MLBEDSW-3774 Removed ConcatSliceWritePatrik Gustavsson
2021-02-08MLBEDSW-3937 Fix check for NHCWB16 for FCPatrik Gustavsson
2021-02-05vela: Change Shape4D mutability usageTim Hall
2021-02-05MLBEDSW-3772 Removed fixup_act_reorderPatrik Gustavsson
2021-02-01MLBEDSW-3903: Bug fix PAD operatorLouis Verhaard
2021-01-29MLBEDSW-3224: Support HardSwishDiqing Zhong
2021-01-29MLBEDSW-3772 Fix FC with changed inp shapePatrik Gustavsson
2021-01-28MLBEDSW-3772 Fix unfusing ConcatTFlitePatrik Gustavsson
2021-01-28MLBEDSW-3772 Reshape removalPatrik Gustavsson
2021-01-22MLBEDSW-3418: Bug fixes 16-bit leaky reluLouis Verhaard
2021-01-20[MLBEDSW-2787] Remove op.attrs["rescale"] in softmax.pyFredrik Svedberg
2021-01-14MLBEDSW-3654 Fix for split/concat opsPatrik Gustavsson
2020-12-22MLBEDSW-3654 Fix setting op ifm ofm for LeakyReluPatrik Gustavsson
2020-12-22MLBEDSW-3495: Tensor resampling mode for transposeLouis Verhaard
2020-12-22MLBEDSW-3499: Support for PAD operatorLouis Verhaard
2020-12-22MLBEDSW-1493: Optimise strided convDiqing Zhong
2020-12-22MLBEDSW-3791 Fix converting axis to 4D axisPatrik Gustavsson
2020-12-22MLBEDSW-3790 Fix for cpu ops has no op.ifm_shapesPatrik Gustavsson
2020-12-21Revert "Revert "MLBEDSW-3645 4D class for op ifm/ofm shapes""patrik.gustavsson
2020-12-21Revert "MLBEDSW-3645 4D class for op ifm/ofm shapes"patrik.gustavsson
2020-12-21MLBEDSW-3645 4D class for op ifm/ofm shapesPatrik Gustavsson
2020-12-18MLBEDSW-3654 Add/use op ifm/ofm shapesPatrik Gustavsson
2020-12-17MLBEDSW-3694 Replace padding with enumMichael McGeagh
2020-12-14MLBEDSW-2066 Improve Exception messagesMichael McGeagh
2020-12-14Revert "Revert "MLMBED-3450: Do not convert batched fully connected to conv""Diqing Zhong
2020-12-08MLBEDSW-2836 Change sets to tuplesMichael McGeagh
2020-12-08[MLBEDSW-3690] Refactor SoftmaxFredrik Svedberg
2020-11-26MLBEDSW-3583: Prevent DMA for converted FullyConnectedLouis Verhaard