index
:
platform/upstream/armcl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_unified
master
sandbox/chunseok.lee/19.05
sandbox/chunseok.lee/v21.02
sandbox/inki.dae/19.02
sandbox/inki.dae/19.11.1.kernel_cache_feature
sandbox/inki.dae/v18.03
sandbox/inki.dae/v18.05
sandbox/inki.dae/v18.08
sandbox/inki.dae/v18.11
sandbox/inki.dae/v19.08
sandbox/inki.dae/v19.11
sandbox/inki.dae/v19.11.1
sandbox/inki.dae/v20.02
sandbox/inki.dae/v20.05
sandbox/inki.dae/v20.11
sandbox/inki.dae/v21.02
sandbox/kparichay/v19.11
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_devel
Domain: Machine Learning / ML Framework; Licenses: MIT;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
graph_googlenet.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-28
COMPMID-2985 add data_layout to PoolingLayerInfo
Sang-Hoon Park
1
-9
/
+10
2019-08-22
COMPMID-2594: Graph example option parsing doens't fail on invalid values
Georgios Pinitas
1
-0
/
+1
2019-04-25
COMPMID-1974 : Extend CLTuner to support different of level of tuning
Vidhya Sudhan Loganathan
1
-0
/
+1
2019-02-04
COMPMID-1913: Add names to all graph examples
Georgios Pinitas
1
-28
/
+38
2019-01-09
COMPMID-1839: Add script from extracting tf frozen models.
Georgios Pinitas
1
-0
/
+2
2018-11-29
COMPMID-1451: Enable FP16 runs on graph examples.
Georgios Pinitas
1
-1
/
+0
2018-11-08
COMPMID-1744: Add paper references in graph models.
Georgios Pinitas
1
-0
/
+5
2018-11-02
COMPMID-1578: Add ShuffleNet graph example
Georgios Pinitas
1
-5
/
+1
2018-11-02
COMPMID-1522: Add ElementWiseOperation node in the graph API
Georgios Pinitas
1
-2
/
+2
2018-11-02
COMPMID-1534: Prevent graphs with missing NEON F16 features from running
Anthony Barbier
1
-1
/
+2
2018-11-02
COMPMID-1367: Enable NHWC in graph examples
Georgios Pinitas
1
-23
/
+28
2018-11-02
COMPMID-1393: Update example documentation
Georgios Pinitas
1
-0
/
+2
2018-11-02
COMPMID-1400: Add command line option to specify the tuner's config file
Anthony Barbier
1
-0
/
+2
2018-11-02
COMPMID-1188: Report error on graphs that do not support NHWC
Georgios Pinitas
1
-1
/
+2
2018-11-02
COMPMID-1310: Create graph validation executables.
Georgios Pinitas
1
-63
/
+43
2018-11-02
COMPMID-1035 - Add ResneXt50 as a graph example
Isabella Gottardi
1
-2
/
+2
2018-11-02
COMPMID-792 - Re-enabled Winograd on NEON in all graph examples.
Gian Marco Iodice
1
-5
/
+3
2018-11-02
COMPMID-1104 Add fast math hint in the graph API
Giorgio Arena
1
-7
/
+18
2018-11-02
COMPMID-605: Transition buffer memory manager
Georgios Pinitas
1
-2
/
+1
2018-11-02
COMPMID-1109 - Enabling Winograd in the graph when possible
Gian Marco Iodice
1
-2
/
+2
2018-11-02
COMPMID-1042: Graph / Stream not working on x86
Georgios Pinitas
1
-13
/
+13
2018-11-02
COMPMID-797: Switch to new graph.
Georgios Pinitas
1
-3
/
+3
2018-11-02
COMPMID-1011: Create struct for the graph config parameters
Georgios Pinitas
1
-6
/
+7
2018-11-02
COMPMID-1007: Add initial validate support to backend
Georgios Pinitas
1
-1
/
+1
2018-11-02
COMPMID-793 : Add graph intermediate representation
Georgios Pinitas
1
-17
/
+17
2018-11-02
COMPMID-765 - Call graph_init only once all nodes have been instantied
Gian Marco
1
-3
/
+3
2018-11-02
COMPMID-913: Fix preprocessing step for TF models.
Georgios Pinitas
1
-4
/
+4
2018-11-02
COMPMID-925: Enabling OpenCL tuner in the graph examples
Michele Di Giorgio
1
-2
/
+6
2018-11-02
COMPMID-748 - Integrating optimized SGEMM for bifrost
Gian Marco
1
-2
/
+2
2018-11-02
COMPMID-782 Port examples to the new format
Michalis Spyrou
1
-143
/
+149
2018-11-02
COMPMID-771 Allow examples to be profiled
Anthony Barbier
1
-3
/
+3
2018-11-02
COMPMID-556 - Fix examples
Gian Marco
1
-21
/
+26
2018-11-02
COMPMID-556: Revert COMPMID-652
Georgios Pinitas
1
-1
/
+0
2018-11-02
COMPMID-652 - Graph examples shouldn't need to link against OpenCL
Isabella Gottardi
1
-10
/
+4
2018-11-02
COMPMID-657 - Add PPMAccessor and TopNPredictionsAccessor to GoogleNet
Isabella Gottardi
1
-52
/
+44
2018-11-02
COMPMID-550: Adds support for branches.
Georgios Pinitas
1
-0
/
+214