[Context] Propergate property to model
authorJiho Chu <jiho.chu@samsung.com>
Fri, 21 Oct 2022 04:56:40 +0000 (13:56 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 3 Nov 2022 05:25:54 +0000 (14:25 +0900)
commit92d2b8c3cf02bf1cf52875af599f6332dcf4d04d
treec5332da34b52dd9e6f6cc421271d29adfa29f5fc
parent6a05d56eead03f8564632fcb3c4b629a00321f9b
[Context] Propergate property to model

This patch is for app properties propergation.
App properties is described in global configuration file (ini),
and the properties are under section, which only have a meaning for
human readability. It means section deos not have any real role for
behavior. Propergated properties can be used in anywhere in the network.
In this patch include 'memmory_swap' and 'memory_swap_path' which is
used for Model flex properties.

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
meson.build
meson_options.txt
nntrainer/app_context.cpp
nntrainer/app_context.h
nntrainer/models/model_loader.cpp
nntrainer/models/model_loader.h
nntrainer/models/neuralnet.cpp