From ab60fe8cd25232fdefef95b86e18482343f9d05f Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Tue, 26 Sep 2017 16:15:23 +0100 Subject: 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 Reviewed-by: Georgios Pinitas Tested-by: Anthony Barbier --- examples/graph_lenet.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/graph_lenet.cpp') 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, -- cgit v1.2.1