aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_lenet.cpp
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2017-09-26 16:15:23 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitab60fe8cd25232fdefef95b86e18482343f9d05f (patch)
treeed80d5062a1161715e25340c769c358238c12816 /examples/graph_lenet.cpp
parent6a5627a1de8d74f0dd66b63cf31d26a8c94e107d (diff)
downloadComputeLibrary-ab60fe8cd25232fdefef95b86e18482343f9d05f.tar.gz
COMPMID-417: Doxygen update and removed unnecessary TensorInfo from graph example
Change-Id: I31839993bd75789566045c0db53dbf6dc3ae14e9 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/89202 Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'examples/graph_lenet.cpp')
-rw-r--r--examples/graph_lenet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/graph_lenet.cpp b/examples/graph_lenet.cpp
index 9e6551973b..676fdb9ce2 100644
--- a/examples/graph_lenet.cpp
+++ b/examples/graph_lenet.cpp
@@ -120,7 +120,6 @@ void main_graph_lenet(int argc, const char **argv)
500U,
get_accessor(data_path, "/cnn_data/lenet_model/ip1_w.npy"),
get_accessor(data_path, "/cnn_data/lenet_model/ip1_b.npy"))
- << TensorInfo(TensorShape(500U, batches), 1, DataType::F32)
<< ActivationLayer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))
<< FullyConnectedLayer(
10U,