aboutsummaryrefslogtreecommitdiff
path: root/src/graph/GraphBuilder.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
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-11-09Enable fast_math in CpuFullyConnectedcfRod
2021-02-23Fix redundant ternary operator in yolo node graph builderGeorgios Pinitas
2020-12-11Remove (CL/NE)UpsampleLayer in favor to (NE/CL)ScaleGeorgios Pinitas
2020-12-10Remove (NE/CL)YoloLayer supportGeorgios Pinitas
2020-09-09Add Reduction operation layer node to graph APIthecha01
2020-09-09Add L2Normalize layer node to Graph APIthecha01
2020-09-07Add ArgMinMax layer node to Graph APIthecha01
2020-09-04Add StridedSliceLayerNode to graph APIthecha01
2020-09-04Add DepthToSpace layer node to Graph APIthecha01
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-03-13COMPMID-3221: Add DeconvolutionLayerDescriptorSang-Hoon Park
2020-03-13COMPMID-3221: Add EltwiseLayerDescriptorSang-Hoon Park
2020-02-19COMPMID-3105: Update pad layer to PadV2Georgios Pinitas
2020-02-05COMPMID-3083: Add graph support for PReluGeorgios Pinitas
2020-01-16COMPMID-2856 Add PrintLayer at graph levelGiorgio Arena
2019-11-14COMPMID-2452: Add mnist exampleIsabella Gottardi
2019-08-06COMPMID-1849: Implement CPPDetectionPostProcessLayerIsabella Gottardi
2019-07-11COMPMID-2092: Refactoring interface for the deconvolution kernels (NEON/CL)Manuel Bottini
2019-06-05COMPMID-2336: Fix clang-tidy issuesMichalis Spyrou
2019-05-20COMPMID-2362: Add Quantization Layer to the graph APIIsabella Gottardi
2019-05-07COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-04-15COMPMID-2111: ConcatenateLayer API should accept an index instead of an enumGeorgios 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-13COMPMID-1995: Allow weights and bias to be passed as SubStream in FullyConnec...Michele Di Giorgio
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
2018-12-13COMPMID-1808: Add Detection Output Layer to the GraphAPIIsabella Gottardi
2018-12-13COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWCGeorgios Pinitas
2018-11-19COMPMID-1750: Add PriorBox operator to graph API.Pablo Tello
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-08COMPMID-1638 - Add BBoxTransform to the graph APIManuel Bottini
2018-11-02COMPMID-1603: Add PadLayer to graph APIMichele Di Giorgio
2018-11-02COMPMID-1595 Add UpsampleLayer to graph APIMichalis Spyrou
2018-11-02COMPMID-1576: Add SliceLayer to graph APIMichele Di Giorgio
2018-11-02COMPMID-1582 Add YOLOLayer to graph APIMichalis Spyrou
2018-11-02COMPMID-1577: Add NormalizePlanarYUVLayer to graph APIMichele Di Giorgio
2018-11-02COMPMID-1556 - Add ReorgLayer to graph APIGian Marco Iodice
2018-11-02COMPMID-1246 Fix mobilenet QASYMM8 on CLGiorgio Arena
2018-11-02COMPMID-1505: Add native grouping support at graph levelGeorgios Pinitas
2018-11-02COMPMID-1488 - Add support for NHWC when running CLGEMMConvolutionLayer with ...Gian Marco Iodice
2018-11-02MLCE-36: FC tranpose weightsGeorgios Pinitas
2018-11-02MLCE-37: Adds PermuteNode support in graphGeorgios Pinitas
2018-11-02COMPMID-1188: Expose FullyConnectedLayer info metadata at graph levelGeorgios Pinitas
2018-11-02COMPMID-1188: Add quantization info support in graph FC layer.Georgios Pinitas