aboutsummaryrefslogtreecommitdiff
path: root/src/graph/mutators/NodeFusionMutator.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-06-15Break up Utils.h a bit to reduce unused code being included everywhereMatthew Bentham
2021-12-09Graph Fusion With Post Ops Fixramelg01
2021-11-25Fix node fusion mutator orderingSiCongLi
2021-11-04Refine code for graph level fusionSheri Zhang
2021-11-03Add graph level convolution fusion with post operatorSheri Zhang
2021-09-15Provide tests for fusing pad layer in graph APIGunes Bayir
2021-09-07Fuse pad layer with subsequent convolution layerGunes Bayir
2021-05-26Fix node fusion mutatorSiCongLi
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-09-22COMPMID-3791: Add support for all activation types in NodeFusionMutatorGian Marco Iodice
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-06-16COMPMID-3381: Implement graph example for YoLo v3 output detectorSheri Zhang
2020-04-03COMPMID-3101 Fuse activation with floating point elementwise operation layers...Giorgio Arena
2020-03-25COMPMID-3098 Fuse Relu and Bounded Relu with FullyConnected NEONSiCongLi
2020-03-02COMPMID-3097 Fuse activation with fully connected layer CLGiorgio Arena
2019-12-06COMPMID-2779: Add support for generating synthetic int8 graphs.Georgios Pinitas
2019-11-12COMPMID-2579: Fuse batch normalization with convolution and depthwise convolu...Gian Marco Iodice
2019-10-01COMPMID-2581: Fuse batch normalization with convolution and depthwise convolu...giuros01
2019-08-30compmid-2573: Investigate FP16 Winograd reference implementationsgiuros01
2019-08-14COMPMID-2582: Disable fuse batch normalization on OpenCL for FP16Gian Marco Iodice
2019-08-01COMPMID-2055: Fusion of ConvolutionLayer with BatchNormalization at graph onl...Manuel Bottini
2019-07-11COMPMID-2273: Fuse Batch Normalization with Depthwise Convolution layer at gr...Manuel Bottini
2019-05-07COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-03-29COMPMID-1995: Fixed graph fusion mutator for float types.Georgios Pinitas
2019-03-20COMPMID-1995: Prepare Graph to support different input/output quantization infoIsabella Gottardi
2019-03-14COMPMID-1995: Revert fusing convolution to batch norm due to performance regr...giuros01
2019-03-13COMPMID-1740: Fuse batch normalization with Convolution Layer at graph levelgiuros01
2018-11-14COMPMID-1451: Perform fusion before GroupConvolution unrollingGeorgios 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-1505: Add native grouping support at graph levelGeorgios Pinitas
2018-11-02COMPMID-1409: Disable BN + Act fusion in the graph if activation is not suppo...Georgios Pinitas
2018-11-02COMPMID-1283: (GitHub issue) after convolution output data is zeroGeorgios Pinitas
2018-11-02COMPMID-797: Switch to new graph.Georgios Pinitas