From 286c3d5e94049e6654f2655c9de28c270a9f95a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=B5=9C=ED=98=95=EA=B7=9C/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Senior=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Tue, 10 Apr 2018 08:26:58 +0900 Subject: [PATCH] Resolve TODO-NNRT (#518) - Resolve TODO-NNRT - Remove including header file Signed-off-by: Hyung-Kyu Choi --- src/runtime/ref/nn/common/OperationsUtils.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/runtime/ref/nn/common/OperationsUtils.cpp b/src/runtime/ref/nn/common/OperationsUtils.cpp index 486cc7f..f6341b2 100644 --- a/src/runtime/ref/nn/common/OperationsUtils.cpp +++ b/src/runtime/ref/nn/common/OperationsUtils.cpp @@ -26,9 +26,6 @@ #include -// TODO-NNRT: There was no included in Android NN code. Remove this later if unnecessary -#include - namespace android { namespace nn { -- 2.7.4