aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite_reader.py
AgeCommit message (Expand)Author
2023-12-22MLBEDSW-8497: [MLCE] Avoid modifying FC with dynamic weightsJohan Alfven
2023-05-04MLBEDSW-7504: Vela does not keep op version numberwilisa01
2023-04-24MLBEDSW-7458: Fused activation not passed through correctlyJohan Alfven
2023-04-21MLBEDSW-7373: Vela sometimes write empty buffers in incorrect formatTim Hall
2023-04-21MLBEDSW-7408: MLCE: Crash when serialising model LSTMTim Hall
2023-02-14MLBEDSW-7316: Fix crash for networks with resource variablesJohan Alfven
2022-11-16MLBEDSW-6620: Update copyright notice and yearsRickard Bolin
2022-10-27MLBEDSW-7060: Bias tensor should be in 1D shapeJohan Alfvén
2022-10-19MLBEDSW-6880: Add support for multiple subgraphsJohan Alfvén
2021-11-05MLBEDSW-5209 Vela: output diff depthwise with non-zero zero pointsFredrik Svedberg
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
2021-04-06MLBEDSW-4249 Hide stack traces in error messagesHenrik G Olsson
2021-02-17[MLBEDSW-3813] Fix LSTM operator pass throughFredrik Svedberg
2021-02-05MLBEDSW-3771: Updated to TF 2.4 flatbuffer schemaTim Hall
2020-12-22MLBEDSW-3561: Support const STRING input tensorsLouis Verhaard
2020-12-18vela: Move special error casesMichael McGeagh
2020-12-14MLBEDSW-2066 Improve Exception messagesMichael McGeagh
2020-12-08MLBEDSW-2836 Change sets to tuplesMichael McGeagh
2020-12-07MLBEDSW-3685 Fix dangerous default value usageMichael McGeagh
2020-11-19[MLBEDSW-3300] Fix DepthwiseConv2D fails when bias tensor quant_values are NoneFredrik Svedberg
2020-11-16MLBEDSW-3301: Vela fails ungracefully when reading string buffersDwight Lidman
2020-11-13MLBEDSW-839: Code generation using external API2.0.0.rc1Louis Verhaard
2020-11-10MLBEDSW-2868 Refactor separation of scale + bias tensorsPatrik Gustavsson
2020-11-03MLBEDSW-2868 Separate scale+bias tensorsPatrik Gustavsson
2020-10-09MLBEDSW-2985 Avoid reshape if input when there are no valuesPatrik Gustavsson
2020-10-08MLBEDSW-3148: Refactor OperationLouis Verhaard
2020-09-30[MLBEDSW-2802] Fix 5D tensor crashFredrik Svedberg
2020-09-22MLBEDSW-2813: Handle non-const weights and check shapesAndreas Nevalainen
2020-08-21MLBEDSW-2663: Handle optional tensorsJacob Bohlin
2020-08-18MLBEDSW-2718: Fix a bug that would reshape TransposeConv inputJacob Bohlin
2020-08-12MLBEDSW-2637 Utilise new tensor and operator funcsMichael McGeagh
2020-08-12MLBEDSW-2383 Preserve previous metadataMichael McGeagh
2020-08-04MLBEDSW-2574: Fix issue with different bias tensor scalingTim Hall
2020-08-03MLBEDSW-2603 Missing "new_shape" attrib in ReshapeMichael McGeagh
2020-06-18MLBEDSW-2528: MLCE-219: Custom operator pass throughTim Hall
2020-06-18Code clean-up using black and flake8Tim Hall
2020-06-18MLBEDSW-2436: Support for HardSwish operatorLouis Verhaard
2020-06-18MLBEDSW-1941: Bug fix shared weightsLouis Verhaard
2020-06-18MLBEDSW-2372: Failing assert for ResizeBilinear with upscale != 2xDwight Lidman
2020-06-18MLBEDSW-1971: Verify ifm block size calculation against specificationDwight Lidman
2020-06-18MLBEDSW-2067: added custom exceptionsLouis Verhaard
2020-06-18Add test for len1_array_to_scalar functionDiego Russo
2020-06-18Add float32 support for unsupported operatorsTim Hall
2020-06-18Add reorder-python-import pre-commit hookDiego Russo
2020-06-18MLBEDSW-1498: Add Resize_Bilinear operator supportDwight Lidman
2020-06-18Add pre-commit support for sanity checksDiego Russo
2020-04-29Add Vela codebase0.1.0Tim Hall