[Config] remove unnecessary lines
authorJaeyun <jy1210.jung@samsung.com>
Wed, 18 Sep 2019 02:09:05 +0000 (11:09 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 18 Sep 2019 13:47:18 +0000 (22:47 +0900)
Remove unnecessary lines about tensorflow optimization.
The key of mem-optimize was removed and these lines are now unnecessary.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
nnstreamer.ini.in

index c52cea8..f1bc9b8 100644 (file)
@@ -11,9 +11,6 @@ customfilters=@SUBPLUGIN_INSTALL_PREFIX@/customfilters/
 [decoder]
 decoders=@SUBPLUGIN_INSTALL_PREFIX@/decoders/
 
-# Set 1 or True if you want to eliminate memcpy of tensorflow input frames for faster executions.
-# It may break in some special cases (running tensorflow & nnstreamer in a chroot of a AWS VM); in such a case, keep it 0 or FALSE.
-
 # Set 1 or True if you want to use NNAPI with tensorflow-lite, which enables to use NNAPI backend, which may use GPU or NPU/TPU.
 [tensorflowlite]
 enable_nnapi=False