aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/dynamic_fusion/cl_fused_conv2d_elementwise_add.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dynamic_fusion/cl_fused_conv2d_elementwise_add.cpp b/examples/dynamic_fusion/cl_fused_conv2d_elementwise_add.cpp
index 8aee67e8a4..afbc55777b 100644
--- a/examples/dynamic_fusion/cl_fused_conv2d_elementwise_add.cpp
+++ b/examples/dynamic_fusion/cl_fused_conv2d_elementwise_add.cpp
@@ -348,7 +348,7 @@ public:
void do_teardown() override
{
- for(auto m : measurements)
+ for(const auto &m : measurements)
{
std::cout << m.first << ": " << m.second.count() << "us" << std::endl;
}
@@ -389,4 +389,4 @@ int main(int argc, char **argv)
#undef TICK
#undef TOCK
#undef TOCK_AVG
-#endif /* ENABLE_EXPERIMENTAL_DYNAMIC_FUSION */ \ No newline at end of file
+#endif /* ENABLE_EXPERIMENTAL_DYNAMIC_FUSION */