aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/supported_operators.py
AgeCommit message (Expand)Author
2020-11-13MLBEDSW-839: Code generation using external API2.0.0.rc1Louis Verhaard
2020-11-10MLBEDSW-3377: fixup_stridedslice_output may silently change CPU opsDwight Lidman
2020-11-09MLBEDSW-3402 SupportedOp now returns external nameMichael McGeagh
2020-11-04MLBEDSW-2412 All constraints have been refactoredMichael McGeagh
2020-11-04MLBEDSW-3275: Added infinity check for Relu scaling valuesJacob Bohlin
2020-10-21vela: Improve the scaling is equal checkTim Hall
2020-10-19MLBEDSW-2412 Refactor constraints for conv opsMichael McGeagh
2020-10-15MLBEDSW-3219: Suppress CPU info Const/PlaceholderLouis Verhaard
2020-10-14Revert "MLBEDSW-3219: Suppress CPU info for Const/Placeholder"patrik.gustavsson
2020-10-14MLBEDSW-3219: Suppress CPU info for Const/PlaceholderLouis Verhaard
2020-10-13vela: Improve extra info in constraint checksMichael McGeagh
2020-10-13MLBEDSW-3219 Added info print for unsupported operatorPatrik Gustavsson
2020-10-12MLBEDSW-3230 Remove restriction of batching 16 for FCPatrik Gustavsson
2020-10-12MLBEDSW-3061: Update supported_operators.pyDwight Lidman
2020-10-08MLBEDSW-3148: Refactor OperationLouis Verhaard
2020-10-07MLBEDSW-3154 Fix issue for checking axis in concatPatrik Gustavsson
2020-10-05MLBEDSW-2412 Replace generic restrictionsMichael McGeagh
2020-10-05vela: SupportedOperators promote to class instanceMichael McGeagh
2020-09-30MLBEDSW-3001 Fix Min Max OPs not properly checkedPatrik Gustavsson
2020-09-30[MLBEDSW-2802] Fix 5D tensor crashFredrik Svedberg
2020-09-28MLBEDSW-2885: Fix overflow from inf numberAndreas Nevalainen
2020-09-28MLBEDSW-3035: Updated StridedSlice checksLouis Verhaard
2020-09-24MLBEDSW-2788 Fix crash on non-constant weight tensorsAndreas Nevalainen
2020-09-22MLBEDSW-2813: Handle non-const weights and check shapesAndreas Nevalainen
2020-09-08optim: Fix issue with IFM streaming of LUTMichael McGeagh
2020-09-07[MLBEDSW-2928] Add batching to softmaxFredrik Svedberg
2020-09-03MLBEDSW-2814 Add support for inferred size in SplitVPatrik Gustavsson
2020-08-31MLBEDSW-2915: Added None check for bias before checking restrictionsJacob Bohlin
2020-08-29MLBEDSW-2804: Bias data type check wrongTim Hall
2020-08-28MLBEDSW-2804: Added bias data type checkJacob Bohlin
2020-08-27[MLBEDSW-2846] Do not use NHCWB16 for reduce_sum int32Fredrik Svedberg
2020-08-27MLBEDSW-2719: Update kernel size checkAndreas Nevalainen
2020-08-25MLBEDSW-2867: Split operators get placed on CPUDwight Lidman
2020-08-24MLBEDSW-2654: Convert Resizebilinear to a number of 2x2 poolsCharles Xu
2020-08-21MLBEDSW-2679: Tensor quant comparison is incorrectTim Hall
2020-08-21MLBEDSW-2663: Handle optional tensorsJacob Bohlin
2020-08-21[MLBEDSW-2730] Implement LUT generation for softmax uint8/int8Fredrik Svedberg
2020-08-19MLBEDSW-2729: Add restrictions for shapeless tensorsDwight Lidman
2020-08-19[MLBEDSW-2657] Softmax uint8/int8Fredrik Svedberg
2020-08-06MLBEDSW-2549 Crash with incorrect strided slice opMichael 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-14MLBEDSW-1538: Output diff for elementwise min/maxDwight Lidman
2020-07-10MLBEDSW-1497: Add Quantize operator supportJacob Bohlin
2020-06-18Code clean-up using black and flake8Tim Hall
2020-06-18MLBEDSW-2475: leaky relu not handling negative alpha valueDwight Lidman
2020-06-18MLBEDSW-1716: Transpose Convolution supportJacob Bohlin
2020-06-18MLBEDSW-2372: Failing assert for ResizeBilinear with upscale != 2xDwight Lidman
2020-06-18[MLBEDSW-1996] Update supported operator checksFredrik Svedberg