[Meson] remove missed option
authorJaeyun <jy1210.jung@samsung.com>
Wed, 7 Aug 2019 05:32:55 +0000 (14:32 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 7 Aug 2019 10:21:05 +0000 (19:21 +0900)
remove missed option about tensorflow mem-optimize in meson.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
meson.build

index cf15757..6072019 100644 (file)
@@ -229,7 +229,6 @@ if get_option('enable-test')
 
   nnstreamer_test_conf.set('ENABLE_ENV_VAR', true)
   nnstreamer_test_conf.set('ENABLE_SYMBOLIC_LINK', false)
-  nnstreamer_test_conf.set('TF_MEM_OPTMZ', false)
   nnstreamer_test_conf.set('TORCH_USE_GPU', false)
 
   # meson 0.50 supports install argument in configure_file()