aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-03MLBEDSW-7271: Add license headers to md filesRaul Farkas
2023-05-03MLBEDSW-7450: Fix NumPy out-of-bound conversion warningRaul Farkas
2023-05-03MLBEDSW-4178: Add automatic tag handling testsRaul Farkas
2023-05-03MLBEDSW-7416: per_layer_csv has extra rowwilisa01
2023-05-03MLBEDSW-7234: Vela assert on int16 Min+Reluwilisa01
2023-05-02MLBEDSW-7545: Fix assert when serializing a tensorJohan Alfven
2023-05-02MLBEDSW-2082: Add Exp supportJohan Alfven
2023-05-02MLBEDSW-7443: Temporal mem usage is erroneously calculatedJohan Alfven
2023-04-28MLBEDSW-7503: Avoid changing buffer index for models with only CPU opsJohan Alfven
2023-04-27MLBEDSW-7530: Enable int16 input precision for mean operatorRickard Bolin
2023-04-27MLBEDSW-7527: Mean operator output diffRickard Bolin
2023-04-25MLBEDSW-6954: Update to TensorFlow 2.11Rickard Bolin
2023-04-24MLBEDSW-7501: Vela unnecessary adds reshaped weights tensorsJohan Alfven
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-04-19MLBEDSW-7487: Updated implementation for the Mean opJohan Alfven
2023-04-17MLBEDSW-7196 Add LSTM supportFredrik Svedberg
2023-04-12MLBEDSW-7437: Add 64-bit output support for ArgMaxJohan Alfven
2023-04-04MLBEDSW-7442: Removed ofm quantization for ArgMaxJohan Alfven
2023-03-31MLBEDSW-7439: Add support for input dims < 4 for ArgMaxJohan Alfven
2023-03-27MLBEDSW-6343: Remove op_index constraintRaul Farkas
2023-03-24MLBEDSW-7429: Add dev dependenciesRaul Farkas
2023-03-24MLBEDSW-4178: Add automatic tag handlingRaul Farkas
2023-03-22MLBEDSW-6435: Implement support for ArgMax along depth dimensionRickard Bolin
2023-03-21MLBEDSW-7430: Remove non local mem usage from cascade infoJohan Alfven
2023-03-16MLBEDSW-7352: Refactoring move_constant_dataJohan Alfven
2023-03-16MLBEDSW-7312: Refactoring bypass_memory_only_opsJohan Alfven
2023-03-14MLBEDSW-6260: Add support for using DMA to copy feature mapsJohan Alfven
2023-03-13MLBEDSW-7427 Fix scale calculations for FullyConnectedFredrik Svedberg
2023-03-13MLBEDSW-7393: MLCE: Optimize compile time for large networksJohan Alfven
2023-03-10MLBEDSW-7386: Fix assert in pass packingJohan Alfven
2023-03-06MLBEDSW-7396: MLCE: Add num elements constraint on reshapeJohan Alfven
2023-02-16MLBEDSW-7094: Update release notes3.7.0.rc23.7.0Tim Hall
2023-02-15MLBEDSW-7347: MLCE: Split followed by elementwise op will assertJohan Alfven
2023-02-15MLBEDSW-7343: MLCE: Unsupported STRIDED_SLICE with negative index and shrinki...Tim Hall
2023-02-15MLBEDSW-7211: Convert fixup_asymmetric_weights to supported ops checkwilisa01
2023-02-15MLBEDSW-7342: Regression: Output diff for mlperf_deeplabv3_mnv2_ade20k_int8wilisa01
2023-02-14MLBEDSW-7316: Fix crash for networks with resource variablesJohan Alfven
2023-02-13MLBEDSW-7274 Add support for Variable TensorsFredrik Svedberg
2023-02-13MLBEDSW-7250: pytest RuntimeWarning: overflow encountered in float_scalarswilisa01
2023-02-10MLBEDSW-7100: Update mlw_codec copyright yearsRickard Bolin
2023-02-10MLBEDSW-4960: convert_resizebilinear_1x1_to_add creates constant output tensorwilisa01
2023-02-09MLBEDSW-6982: Move to setup.cfg and pyproject.toml3.7.0.rc1Raul Farkas
2023-02-09MLBEDSW-7331: Reinstate max stride height constraint of 3 for Conv2DRaul Farkas
2023-02-09MLBEDSW-7281: create_const_tensor OverflowError on Microsoft WindowsTim Hall
2023-02-07MLBEDSW-7237: CONV_2D stride 4 optimisationRaul Farkas
2023-02-06MLBEDSW-7284: MLCE: Fix assert for faulty Split opJohan Alfven
2023-02-03Revert "MLBEDSW-6954: Update to TensorFlow 2.11"Rickard Bolin
2023-01-20MLBEDSW-6954: Update to TensorFlow 2.11wilisa01