aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-26MLBEDSW-2686: Use NPU tensor format for noop reshapes.1.2.0.rc2Tim Hall
2020-08-26Update to HI 1.0.6Stefan Nannesson
2020-08-26MLBEDSW-2688: use LeakyRelu for int16Louis Verhaard
2020-08-26MLBED-2822 Added CLI-opt for weight size est.Patrik Gustavsson
2020-08-26MLBEDSW-2847: Fix for TransposeConv crash and u8 output diffJacob Bohlin
2020-08-26MLBEDSW-2688: LUT DMA may require kernel waitLouis Verhaard
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-24MLBEDSW-2688: LeakyRelu rewrite to LUT or MUL/MAXLouis Verhaard
2020-08-21MLBEDSW-2646: Refactor unknown operator serialisation1.2.0.rc1Tim Hall
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-21Added a lower bound for the valid range of shiftJacob Bohlin
2020-08-21MLBEDSW-2664 Clarify help for CLI-opt permanent-storagePatrik Gustavsson
2020-08-21MLBEDSW-2822 Account for NHCWB16 in scheduler est.Patrik Gustavsson
2020-08-21MLBEDSW-2611: Update global scale for 16 bit to tanh and sigmoidCharles Xu
2020-08-20MLBEDSW-2783 Vela crashed on empty tflite fileMichael McGeagh
2020-08-20MLBEDSW-2824: Add mapping for ROUND operatorDwight Lidman
2020-08-19vela: Minor refactor of operation classTim Hall
2020-08-19MLBEDSW-2683: Neural Network MACs is wrongTim Hall
2020-08-19MLBEDSW-2728: Only insert primary op for NPU opsJacob Bohlin
2020-08-19MLBEDSW-2731: Allow all TensorFlow Lite operators to pass throughDwight Lidman
2020-08-19MLBEDSW-2729: Add restrictions for shapeless tensorsDwight Lidman
2020-08-19MLBEDSW-2636 Prevent DMA of weight to Sram in some casesPatrik Gustavsson
2020-08-19MLBEDSW-2779 Avoid NHCWB16 in some SplitSliceRead casesPatrik Gustavsson
2020-08-19[MLBEDSW-2657] Softmax uint8/int8Fredrik Svedberg
2020-08-18MLBEDSW-2718: Fix a bug that would reshape TransposeConv inputJacob Bohlin
2020-08-18MLBEDSW-2589: Skip weight compression for CPU opsDwight Lidman
2020-08-18MLBEDSW-2779 Consider num dimensions, in check for NHCWB16Patrik Gustavsson
2020-08-18Vela: Rework NPU/DMA dependency insertion (for MLBEDSW-2620)Tim Hall
2020-08-18MLBEDSW-2732: Added complex64 to datatypesJacob Bohlin
2020-08-17MLBEDSW-2688: Improved LUT supportLouis Verhaard
2020-08-14MLBEDSW-2570 Avoid usage of NHCWB16 for some casesPatrik Gustavsson
2020-08-13MLBEDSW-2639: Remove reverse_op_order attributeJacob Bohlin
2020-08-13MLBEDSW-2755: Added check that ifm2_tensor is setJacob Bohlin
2020-08-12[MLBEDSW-2749] removed the decorator for typecheckManupa Karunaratne
2020-08-12MLBEDSW-2726: Vela crashes when marking tensor with TensorPurpose.UnknownDwight Lidman
2020-08-12MLBEDSW-2586: Null check before accessing tensor resampling modeDwight Lidman
2020-08-12MLBEDSW-2696 Fix Sram exceeded for Sram spillingPatrik Gustavsson
2020-08-12MLBEDSW-2681: Ceiling the upscale for OFM/IFMCharles Xu
2020-08-12MLBEDSW-2684: Fix weight compression scale calculations for FCJacob Bohlin
2020-08-12vela: Remove redundant import, reuse existing funcMichael McGeagh
2020-08-12MLBEDSW-2637 Utilise new tensor and operator funcsMichael McGeagh
2020-08-12MLBEDSW-2637 Refactor util funcs out of softmax.pyMichael McGeagh
2020-08-12MLBEDSW-2383 Preserve previous metadataMichael McGeagh
2020-08-10MLBEDSW-2639: Moved the IFM/IFM2 order switch to register cmd stream generatorJacob Bohlin
2020-08-06MLBEDSW-2549 Crash with incorrect strided slice opMichael McGeagh
2020-08-06Skip the NOP resizebilinear opCharles Xu
2020-08-06[EXTAPI] exposing encode of biases to be consumed by an external APIManupa Karunaratne