From ba5138eec0e77d845047c60ac261d221831ddfe2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Thu, 8 Nov 2018 17:15:49 +0900 Subject: [PATCH] Fix typo in nnapi delegate (#3527) Fix typo in nnapi delegate: v1.11 -> v1.12 Signed-off-by: Hyeongseok Oh --- libs/support/tflite/src/nnapi_delegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/support/tflite/src/nnapi_delegate.cpp b/libs/support/tflite/src/nnapi_delegate.cpp index 57322f5..0813c58 100644 --- a/libs/support/tflite/src/nnapi_delegate.cpp +++ b/libs/support/tflite/src/nnapi_delegate.cpp @@ -17,7 +17,7 @@ limitations under the License. // NOTE To minimize diff with upstream tensorflow, disable clang-format // clang-format off -// NOTE This code is derived from the following file (in TensorFlow v1.11) +// NOTE This code is derived from the following file (in TensorFlow v1.12) // 'externals/tensorflow/tensorflow/contrib/lite/nnapi_delegate.cc' #include "support/tflite/nnapi_delegate.h" #include -- 2.7.4