From 932491f44d51940d82514417a82e43cb11b06bd4 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 21 Sep 2018 16:33:15 +0100 Subject: COMPMID-1519: Add support for 3D input/output in CLGEMMLowpOutputStage Change-Id: I637add70310d2da4d82b236a6352af9d33be17a1 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/149706 Reviewed-by: Isabella Gottardi Reviewed-by: Michele DiGiorgio Tested-by: bsgcomp --- examples/graph_mobilenet.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/graph_mobilenet.cpp b/examples/graph_mobilenet.cpp index 7a6f9813a6..864937ffbf 100644 --- a/examples/graph_mobilenet.cpp +++ b/examples/graph_mobilenet.cpp @@ -271,7 +271,6 @@ private: get_weights_accessor(data_path, "Logits_Conv2d_1c_1x1_bias.npy"), PadStrideInfo(1U, 1U, 0U, 0U), 1, conv_weights_quant_info.at(1)) .set_name("Logits/Conv2d_1c_1x1"); - ; } ConcatLayer get_dwsc_node_float(const std::string &data_path, std::string &¶m_path, -- cgit v1.2.1