From: 오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 Date: Thu, 8 Nov 2018 08:15:49 +0000 (+0900) Subject: Fix typo in nnapi delegate (#3527) X-Git-Tag: 0.3~440 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba5138eec0e77d845047c60ac261d221831ddfe2;p=platform%2Fcore%2Fml%2Fnnfw.git Fix typo in nnapi delegate (#3527) Fix typo in nnapi delegate: v1.11 -> v1.12 Signed-off-by: Hyeongseok Oh --- 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