[test] Add simple ssat testcase for pose decoder
[platform/upstream/nnstreamer.git] / nnstreamer.ini.in
1 # Set 1 or True if you want to set your custom sub-plugins' path with env variables.
2 # Please be informed that, configured ini file should be in RO partition for the release binary.
3 [common]
4 enable_envvar=@ENABLE_ENV_VAR@
5 enable_symlink=@ENABLE_SYMBOLIC_LINK@
6 @EXTRA_CONFIG_PATH@
7
8 [filter]
9 filters=@SUBPLUGIN_INSTALL_PREFIX@/filters/
10 customfilters=@SUBPLUGIN_INSTALL_PREFIX@/customfilters/
11
12 # Set framework priority about model file extension when automatically selecting framework for tensor filter.
13 # A comma separated prioritized list of neural network frameworks to open model file
14 framework_priority_tflite=@FRAMEWORK_PRIORITY_TFLITE@
15 framework_priority_nb=@FRAMEWORK_PRIORITY_NB@
16 framework_priority_bin=@FRAMEWORK_PRIORITY_BIN@
17
18 [decoder]
19 decoders=@SUBPLUGIN_INSTALL_PREFIX@/decoders/
20
21 [converter]
22 converters=@SUBPLUGIN_INSTALL_PREFIX@/converters/
23
24 [trainer]
25 trainers=@SUBPLUGIN_INSTALL_PREFIX@/trainers/
26
27 # Set 1 or True if you want to use GPU with pytorch for computation.
28 [pytorch]
29 enable_use_gpu=@TORCH_USE_GPU@
30
31 [tensorflow-lite]
32 subplugin_priority=@TFLITE_SUBPLUGIN_PRIORITY@
33
34 [filter-aliases]
35 trix-engine = @TRIX_ENGINE_ALIAS@
36
37 @ELEMENT_RESTRICTION_CONFIG@