Fix typo in nnapi delegate (#3527)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 8 Nov 2018 08:15:49 +0000 (17:15 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 8 Nov 2018 08:15:49 +0000 (17:15 +0900)
Fix typo in nnapi delegate: v1.11 -> v1.12

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
libs/support/tflite/src/nnapi_delegate.cpp

index 57322f5..0813c58 100644 (file)
@@ -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 <fcntl.h>