aboutsummaryrefslogtreecommitdiff
path: root/src/graph
AgeCommit message (Expand)Author
2019-08-14COMPMID-2582: Disable fuse batch normalization on OpenCL for FP16Gian Marco Iodice
2019-08-06COMPMID-1849: Implement CPPDetectionPostProcessLayerIsabella Gottardi
2019-08-01COMPMID-2055: Fusion of ConvolutionLayer with BatchNormalization at graph onl...Manuel Bottini
2019-07-29COMPMID-2430: Adding FusedDepthwiseConvolutionBatchNormalizationLayer conditi...Manuel Bottini
2019-07-16COMPMID-2336: Fix InPlaceMutator condition and add SaveNumpyAccessorIsabella Gottardi
2019-07-11COMPMID-2273: Fuse Batch Normalization with Depthwise Convolution layer at gr...Manuel Bottini
2019-07-11COMPMID-2092: Refactoring interface for the deconvolution kernels (NEON/CL)Manuel Bottini
2019-07-09COMPMID-2156: Optimized dilated convolution for NEON.Georgios Pinitas
2019-06-07COMPMID-2394: (Nightly) Clang-tidy errorsMichalis Spyrou
2019-06-05COMPMID-2336: Fix clang-tidy issuesMichalis Spyrou
2019-05-21COMPMID-2109: Remove CL/NE Width/Depth ConcatenateLayer functions.Georgios Pinitas
2019-05-20COMPMID-2362: Add Quantization Layer to the graph APIIsabella Gottardi
2019-05-07COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-04-25COMPMID-1974 : Extend CLTuner to support different of level of tuningVidhya Sudhan Loganathan
2019-04-16COMPMID-2051 Refactor shape_calculator::calculate_concatenate_shapeMichalis Spyrou
2019-04-15COMPMID-2111: ConcatenateLayer API should accept an index instead of an enumGeorgios Pinitas
2019-04-10COMPMID-1492 Create tests/validate_examples/graph_depthwise_convolutionJohn Kesapides
2019-03-29COMPMID-1995: Fixed graph fusion mutator for float types.Georgios Pinitas
2019-03-27COMPMID-1995: Minor code fixes.Georgios Pinitas
2019-03-25COMPMID-2076: Add StackLayer to the graph APIMichele Di Giorgio
2019-03-20COMPMID-1995: Prepare Graph to support different input/output quantization infoIsabella Gottardi
2019-03-19COMPMID-1933: Implement NEHeightConcatenateLayer.Pablo Tello
2019-03-14COMPMID-1995: Revert fusing convolution to batch norm due to performance regr...giuros01
2019-03-13COMPMID-1995: Allow weights and bias to be passed as SubStream in FullyConnec...Michele Di Giorgio
2019-03-13COMPMID-1740: Fuse batch normalization with Convolution Layer at graph levelgiuros01
2019-03-12COMPMID-1995: Fix call_all_input_node_accessorsMichele Di Giorgio
2019-03-04COMPMID-1490 Create graph_convolution.cppJohn Kesapides
2019-02-22COMPMID-1601: Graph examples segfaulting on some platform when gles=1Georgios Pinitas
2019-02-18COMPMID-1999: Add support for GenerateProposals operator in CLManuel Bottini
2019-02-15Revert "COMPMID-1329: Add support for GenerateProposals operator in CL"Giuseppe Rossini
2019-01-23COMPMID-1848: Account alignment in Offset-based pool allocationsGeorgios Pinitas
2019-01-21COMPMID-1883: Use buffer based manager to avoid alignment issues.Georgios Pinitas
2018-12-14COMPMID-1710: Fixes in StrideSlice calculations.Georgios Pinitas
2018-12-13COMPMID-1808: Add Detection Output Layer to the GraphAPIIsabella Gottardi
2018-12-13COMPMID-1710: Avoid undefined behavior in GCC 8.2Georgios Pinitas
2018-12-13COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWCGeorgios Pinitas
2018-12-10COMPMID-1451: Accept GC instead of GLES as a target in graph tests.Georgios Pinitas
2018-12-03COMPMID-1819 Add option to build library with -fno-exceptionsMichalis Spyrou
2018-11-19COMPMID-1750: Add PriorBox operator to graph API.Pablo Tello
2018-11-16COMPMID-1451: (3RDPARTY_UPDATE) Fixes for GenerateProposals graph node and Bo...Michele Di Giorgio
2018-11-16COMPMID-1637 - Add ROIAlign operator to the graph APIManuel Bottini
2018-11-15COMPMID-1639: Add GenerateProposals to the graph APIMichele Di Giorgio
2018-11-14COMPMID-1451: Perform fusion before GroupConvolution unrollingGeorgios Pinitas
2018-11-09COMPMID-1451: Remove unused code.Georgios Pinitas
2018-11-08COMPMID-1638 - Add BBoxTransform to the graph APIManuel Bottini
2018-11-08COMPMID-1579: Add support for ChannelShuffle operator in NEONGeorgios Pinitas
2018-11-02COMPMID-1605: API alignment for the MemoryManager with ARMNNGeorgios Pinitas
2018-11-02COMPMID-1451: Fuse activation in DepthwiseConvolution.Georgios Pinitas
2018-11-02COMPMID-1451:Fuse RELU,LU_BOUNDED_RELU with requantization in NEGEMMConvoluti...Georgios Pinitas
2018-11-02COMPMID-1621 Deconvolution wrong output calculationMichalis Spyrou