From: Jaeyun Date: Wed, 18 Sep 2019 02:09:05 +0000 (+0900) Subject: [Config] remove unnecessary lines X-Git-Tag: accepted/tizen/unified/20190925.220436~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba1a3497c73c65c929f201cc3d3270048f4122b2;p=platform%2Fupstream%2Fnnstreamer.git [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 --- 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