aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_ssd_mobilenet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_ssd_mobilenet.cpp')
-rw-r--r--examples/graph_ssd_mobilenet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/graph_ssd_mobilenet.cpp b/examples/graph_ssd_mobilenet.cpp
index 780ee38670..92abd6a213 100644
--- a/examples/graph_ssd_mobilenet.cpp
+++ b/examples/graph_ssd_mobilenet.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -72,7 +72,7 @@ public:
// Set graph hints
graph << common_params.target
- << DepthwiseConvolutionMethod::Optimized3x3 // FIXME(COMPMID-1073): Add heuristics to automatically call the optimized 3x3 method
+ << DepthwiseConvolutionMethod::Optimized3x3 // TODO(COMPMID-1073): Add heuristics to automatically call the optimized 3x3 method
<< common_params.fast_math_hint;
// Create core graph