aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/softmax.py
AgeCommit message (Expand)Author
2023-05-17MLBEDSW-7223: Fusing Pad and AvgPool causes diffTim Hall
2023-02-09MLBEDSW-7281: create_const_tensor OverflowError on Microsoft WindowsTim Hall
2023-01-20MLBEDSW-7151: MLCE: Difference in model output between x86 & aarch64Tim Hall
2022-11-16MLBEDSW-6620: Update copyright notice and yearsRickard Bolin
2022-10-12MLBEDSW-6971 Fix output diff when cascading elementwise operatorsFredrik Svedberg
2022-10-04MLBEDSW-6969 Remove RescaleAdd and RescaleMul operatorsFredrik Svedberg
2022-03-30Update version of Black to 22.3.0Jonas Ohlsson
2022-03-04MLBEDSW-3367 Update pre-commit flake8 versionJonas Ohlsson
2021-04-08MLBEDSW-4334 Non-linear format decision in graph opt.Patrik Gustavsson
2021-02-17MLBEDSW-4022: support PAD followed by pool operatorLouis Verhaard
2021-02-05vela: Change Shape4D mutability usageTim Hall
2021-01-29MLBEDSW-3224: Support HardSwishDiqing Zhong
2021-01-28MLBEDSW-3772 Reshape removalPatrik Gustavsson
2021-01-20[MLBEDSW-2787] Remove op.attrs["rescale"] in softmax.pyFredrik Svedberg
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-18[MLBEDSW-297] Setup and run on Microsoft WindowsFredrik Svedberg
2020-12-08[MLBEDSW-3690] Refactor SoftmaxFredrik Svedberg
2020-12-07Softmax use f-stringsFredrik Svedberg
2020-11-13MLBEDSW-839: Code generation using external API2.0.0.rc1Louis Verhaard
2020-11-11MLBEDSW-3019: Add profiling debug databaseTim Hall
2020-10-08MLBEDSW-3148: Refactor OperationLouis Verhaard
2020-09-21Fix int8/uint8 softmax mul shapeFredrik Svedberg
2020-09-07[MLBEDSW-2928] Add batching to softmaxFredrik Svedberg
2020-08-28MLBEDSW-2900: softmax output diff on FPGATim Hall
2020-08-27[MLBEDSW-2846] Do not use NHCWB16 for reduce_sum int32Fredrik Svedberg
2020-08-21[MLBEDSW-2730] Implement LUT generation for softmax uint8/int8Fredrik Svedberg
2020-08-19[MLBEDSW-2657] Softmax uint8/int8Fredrik Svedberg
2020-08-13MLBEDSW-2639: Remove reverse_op_order attributeJacob Bohlin
2020-08-12MLBEDSW-2637 Refactor util funcs out of softmax.pyMichael McGeagh
2020-08-05[MLBEDSW-2335] SoftMax int16Fredrik Svedberg