[API] Add structure for tensor_trainer's sub-plugin
authorhyunil park <hyunil46.park@samsung.com>
Wed, 30 Nov 2022 04:31:03 +0000 (13:31 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 12 Jan 2023 10:25:29 +0000 (19:25 +0900)
commitd88ac745e195596723d570e65f56cd2bb9bedf39
tree3ff21a3b91bbede03d07d77fb23978a7bf74e3e6
parent4c7b11151b7313ecdf5ec7dd8f0e4cc22b7a2922
[API] Add structure for tensor_trainer's sub-plugin

- Create nnstreamer_plugin_api_trainer.h
- Add GstTensorTrainerFramework to define tensor_trainer sub-plugin
- Add GstTensorTrainerProperties to send tensor_trainer properties
- Add GstTensorTrainerFrameworkInfo to get framework information

Signed-off-by: hyunil park <hyunil46.park@samsung.com>
gst/nnstreamer/include/meson.build
gst/nnstreamer/include/nnstreamer_plugin_api_trainer.h [new file with mode: 0644]