aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tosa_reader.py
AgeCommit message (Expand)Author
2024-04-23Reformat code to align with precommitPer Åstrand
2024-04-12Reshape weights from TOSA to Vela expected formatPer Åstrand
2024-04-05Fix various pre-commit errorsJohan Alfven
2024-03-07TOSA fixesOscar Andersson
2024-02-27Modifications of rescale to enable basic form quantized network support.Rob Elliott
2023-08-21Moving Vela to use TOSA v0.80.0 specificationRob Elliott
2022-11-16MLBEDSW-6620: Update copyright notice and yearsRickard Bolin
2022-10-04MLBEDSW-6969 Remove RescaleAdd and RescaleMul operatorsFredrik Svedberg
2022-03-04MLBEDSW-3367 Update pre-commit flake8 versionJonas Ohlsson
2021-09-09TOSA: Add support for PADPatrik Gustavsson
2021-09-07TOSA: Added RESHAPE, SLICE and CONCATPatrik Gustavsson
2021-09-03TOSA: Added support for ADD, SUB and MULPatrik Gustavsson
2021-09-03TOSA: Added Depthwise supportPatrik Gustavsson
2021-09-03TOSA: Support for AVGPOOL, MAXPOOL and CONV2DPatrik Gustavsson
2021-08-11MLBEDSW-4838 TOSA const data input changesPatrik Gustavsson
2021-07-26MLBEDSW-4892: Fix crash affecting biases without quantization.James Peet
2021-07-09MLBEDSW-4840 Move setting of input indices to tflite readerPatrik Gustavsson
2021-07-08MLBEDSW-4838 Added basic TOSA support.Patrik Gustavsson