summaryrefslogtreecommitdiff
path: root/examples/graph_googlenet.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-28COMPMID-2985 add data_layout to PoolingLayerInfoSang-Hoon Park1-9/+10
2019-08-22COMPMID-2594: Graph example option parsing doens't fail on invalid valuesGeorgios Pinitas1-0/+1
2019-04-25COMPMID-1974 : Extend CLTuner to support different of level of tuningVidhya Sudhan Loganathan1-0/+1
2019-02-04COMPMID-1913: Add names to all graph examplesGeorgios Pinitas1-28/+38
2019-01-09COMPMID-1839: Add script from extracting tf frozen models.Georgios Pinitas1-0/+2
2018-11-29COMPMID-1451: Enable FP16 runs on graph examples.Georgios Pinitas1-1/+0
2018-11-08COMPMID-1744: Add paper references in graph models.Georgios Pinitas1-0/+5
2018-11-02COMPMID-1578: Add ShuffleNet graph exampleGeorgios Pinitas1-5/+1
2018-11-02COMPMID-1522: Add ElementWiseOperation node in the graph APIGeorgios Pinitas1-2/+2
2018-11-02COMPMID-1534: Prevent graphs with missing NEON F16 features from runningAnthony Barbier1-1/+2
2018-11-02COMPMID-1367: Enable NHWC in graph examplesGeorgios Pinitas1-23/+28
2018-11-02COMPMID-1393: Update example documentationGeorgios Pinitas1-0/+2
2018-11-02COMPMID-1400: Add command line option to specify the tuner's config fileAnthony Barbier1-0/+2
2018-11-02COMPMID-1188: Report error on graphs that do not support NHWCGeorgios Pinitas1-1/+2
2018-11-02COMPMID-1310: Create graph validation executables.Georgios Pinitas1-63/+43
2018-11-02COMPMID-1035 - Add ResneXt50 as a graph exampleIsabella Gottardi1-2/+2
2018-11-02COMPMID-792 - Re-enabled Winograd on NEON in all graph examples.Gian Marco Iodice1-5/+3
2018-11-02COMPMID-1104 Add fast math hint in the graph APIGiorgio Arena1-7/+18
2018-11-02COMPMID-605: Transition buffer memory managerGeorgios Pinitas1-2/+1
2018-11-02COMPMID-1109 - Enabling Winograd in the graph when possibleGian Marco Iodice1-2/+2
2018-11-02COMPMID-1042: Graph / Stream not working on x86Georgios Pinitas1-13/+13
2018-11-02COMPMID-797: Switch to new graph.Georgios Pinitas1-3/+3
2018-11-02COMPMID-1011: Create struct for the graph config parametersGeorgios Pinitas1-6/+7
2018-11-02COMPMID-1007: Add initial validate support to backendGeorgios Pinitas1-1/+1
2018-11-02COMPMID-793 : Add graph intermediate representationGeorgios Pinitas1-17/+17
2018-11-02COMPMID-765 - Call graph_init only once all nodes have been instantiedGian Marco1-3/+3
2018-11-02COMPMID-913: Fix preprocessing step for TF models.Georgios Pinitas1-4/+4
2018-11-02COMPMID-925: Enabling OpenCL tuner in the graph examplesMichele Di Giorgio1-2/+6
2018-11-02COMPMID-748 - Integrating optimized SGEMM for bifrostGian Marco1-2/+2
2018-11-02COMPMID-782 Port examples to the new formatMichalis Spyrou1-143/+149
2018-11-02COMPMID-771 Allow examples to be profiledAnthony Barbier1-3/+3
2018-11-02COMPMID-556 - Fix examplesGian Marco1-21/+26
2018-11-02COMPMID-556: Revert COMPMID-652Georgios Pinitas1-1/+0
2018-11-02COMPMID-652 - Graph examples shouldn't need to link against OpenCLIsabella Gottardi1-10/+4
2018-11-02COMPMID-657 - Add PPMAccessor and TopNPredictionsAccessor to GoogleNetIsabella Gottardi1-52/+44
2018-11-02COMPMID-550: Adds support for branches.Georgios Pinitas1-0/+214