aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/graph_mobilenet.cpp1
1 files changed, 0 insertions, 1 deletions
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 &&param_path,