New Element: tensor_debug tensor stream debugger
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 23 Sep 2022 07:24:58 +0000 (16:24 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 25 Nov 2022 08:20:30 +0000 (17:20 +0900)
commitb9467a846fd299c20a25c3d6002f7fb687ffa1cd
treef296461c5494c96e7114323e4425e472a2adf58b
parent2e90df765ee86da475e4592d5905d85811c338ea
New Element: tensor_debug tensor stream debugger

We introduce the new element of nnstreamer, tensor_debug.

Tensor_debug allows pipeline writers and application writers to
look at details of tensor stream properties and potentially
the performance profiling information of tensor streams at a
given point of a pipeline.

This commit is a scaffolding for tensor_debug, that do not have
its core function not implemented: _gst_tensor_debug_output().
This core function will be implemented in later PR.

This addresses #3910

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst/nnstreamer/elements/gsttensor_debug.c [new file with mode: 0644]
gst/nnstreamer/elements/gsttensor_debug.h [new file with mode: 0644]
gst/nnstreamer/elements/meson.build
gst/nnstreamer/registerer/nnstreamer.c
jni/nnstreamer.mk