Resolve TODO-NNRT (#518)
author최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Mon, 9 Apr 2018 23:26:58 +0000 (08:26 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Mon, 9 Apr 2018 23:26:58 +0000 (08:26 +0900)
- Resolve TODO-NNRT
  - Remove including <limit> header file

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
src/runtime/ref/nn/common/OperationsUtils.cpp

index 486cc7f..f6341b2 100644 (file)
@@ -26,9 +26,6 @@
 
 #include <cmath>
 
-// TODO-NNRT: There was no <limits> included in Android NN code. Remove this later if unnecessary
-#include <limits>
-
 namespace android {
 namespace nn {