From ba1a3497c73c65c929f201cc3d3270048f4122b2 Mon Sep 17 00:00:00 2001 From: Jaeyun Date: Wed, 18 Sep 2019 11:09:05 +0900 Subject: [PATCH] [Config] remove unnecessary lines Remove unnecessary lines about tensorflow optimization. The key of mem-optimize was removed and these lines are now unnecessary. Signed-off-by: Jaeyun Jung --- nnstreamer.ini.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/nnstreamer.ini.in b/nnstreamer.ini.in index c52cea8..f1bc9b8 100644 --- a/nnstreamer.ini.in +++ b/nnstreamer.ini.in @@ -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 -- 2.7.4