aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_yolov3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_yolov3.cpp')
-rw-r--r--examples/graph_yolov3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graph_yolov3.cpp b/examples/graph_yolov3.cpp
index d2f7ae5e59..24186d54ea 100644
--- a/examples/graph_yolov3.cpp
+++ b/examples/graph_yolov3.cpp
@@ -218,7 +218,7 @@ private:
unsigned int filter_size)
{
std::string total_path = "/cnn_data/yolov3_model/";
- std::string param_path2 = std::to_string(std::stoi(param_path) + 1);
+ std::string param_path2 = arm_compute::support::cpp11::to_string(arm_compute::support::cpp11::stoi(param_path) + 1);
SubStream i_a(graph);
SubStream i_b(graph);
i_a << ConvolutionLayer(