aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/graph_optimiser.py
AgeCommit message (Expand)Author
2020-09-17MLBEDSW-3008: Replace Split ops with IdentityDwight Lidman
2020-09-11MLBEDSW-2745 Support relus with differing scalesMichael McGeagh
2020-09-11MLBEDSW-2994 Remove undesired reshape OPsPatrik Gustavsson
2020-09-08vela: Refactor op sets in graph_optimiserMichael McGeagh
2020-09-08MLBEDSW-2935: LUT fusing with preceding operatorLouis Verhaard
2020-09-03MLBEDSW-2906: Only add padding fields to Npu opsJacob Bohlin
2020-08-28MLBEDSW-2688: LUT calculation with different in/out scaleLouis Verhaard
2020-08-27Small fix for Softmax regressionJacob Bohlin
2020-08-26MLBEDSW-2688: use LeakyRelu for int16Louis Verhaard
2020-08-26MLBEDSW-2847: Fix for TransposeConv crash and u8 output diffJacob Bohlin
2020-08-24MLBEDSW-2654: Convert Resizebilinear to a number of 2x2 poolsCharles Xu
2020-08-24MLBEDSW-2688: LeakyRelu rewrite to LUT or MUL/MAXLouis Verhaard
2020-08-21MLBEDSW-2663: Handle optional tensorsJacob Bohlin
2020-08-19MLBEDSW-2779 Avoid NHCWB16 in some SplitSliceRead casesPatrik Gustavsson
2020-08-18MLBEDSW-2779 Consider num dimensions, in check for NHCWB16Patrik Gustavsson
2020-08-14MLBEDSW-2570 Avoid usage of NHCWB16 for some casesPatrik Gustavsson
2020-08-12MLBEDSW-2637 Utilise new tensor and operator funcsMichael McGeagh
2020-08-06Skip the NOP resizebilinear opCharles Xu
2020-08-05[MLBEDSW-2335] SoftMax int16Fredrik Svedberg
2020-08-05MLBEDSW-2569:Support 1x1 IFM ResizeBilinearCharles Xu
2020-07-30MLBEDSW-2660 Convert FC-like convs to FCMichael McGeagh
2020-07-30vela: Move common functionalityMichael McGeagh
2020-07-13MLBEDSW-2584: Support cascading of Transpose ConvolutionJacob Bohlin
2020-07-07MLBEDSW-2548: Fix for Double Buffer size estimateJacob Bohlin
2020-06-18Code clean-up using black and flake8Tim Hall
2020-06-18MLBEDSW-2379: Fix 1-element tensors that were marked as scalarsLouis Verhaard
2020-06-18MLBEDSW-1716: Transpose Convolution supportJacob Bohlin
2020-06-18MLBEDSW-2420: Improved support for dilated convolutionLouis Verhaard
2020-06-18MLBEDSW-2372: Failing assert for ResizeBilinear with upscale != 2xDwight Lidman
2020-06-18MLBEDSW-2067: added custom exceptionsLouis Verhaard
2020-06-18Add elementwise vector scalars supportCharles Xu
2020-06-18Further update for MLBEDSW-1872Tim 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-06-18MLBEDSW-1998: Add support for new_axis_maskPatrik Gustavsson
2020-04-29Add Vela codebase0.1.0Tim Hall