aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-09-12 11:28:39 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commitc98b99094aecaed81baa750b3210c1779145efe9 (patch)
treebcd7789e34829e506a3f526fc08070bc92e4ea0e /examples
parenta53a7bb46cdd5cdb6ef14703e0be00555c710a45 (diff)
downloadComputeLibrary-c98b99094aecaed81baa750b3210c1779145efe9.tar.gz
COMPMID-1451 Fix YOLOv3 android compilation issue
Change-Id: Ie12d4451f7b85a0411bf5750e49a48631e38d90f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/148041 Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'examples')
-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(