aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceTest.cpp
diff options
context:
space:
mode:
authorsurmeh01 <surabhi.mehta@arm.com>2018-05-18 16:31:43 +0100
committertelsoa01 <telmo.soares@arm.com>2018-05-23 13:09:07 +0100
commit3537c2ca7ebf31c1673b9ec2bb0c17b0406bbae0 (patch)
tree5950603ad78ec3fe56fb31ddc7f4d52a19f5bc60 /tests/InferenceTest.cpp
parentbceff2fb3fc68bb0aa88b886900c34b77340c826 (diff)
downloadarmnn-3537c2ca7ebf31c1673b9ec2bb0c17b0406bbae0.tar.gz
Release 18.05
Diffstat (limited to 'tests/InferenceTest.cpp')
-rw-r--r--tests/InferenceTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InferenceTest.cpp b/tests/InferenceTest.cpp
index 55616798e2..161481f2cd 100644
--- a/tests/InferenceTest.cpp
+++ b/tests/InferenceTest.cpp
@@ -154,7 +154,7 @@ bool InferenceTest(const InferenceTestOptions& params,
}
const unsigned int nbTotalToProcess = params.m_IterationCount > 0 ? params.m_IterationCount
- : boost::numeric_cast<unsigned int>(defaultTestCaseIds.size());
+ : static_cast<unsigned int>(defaultTestCaseIds.size());
for (; nbProcessed < nbTotalToProcess; nbProcessed++)
{