[Common] function to get element size
authorJaeyun <jy1210.jung@samsung.com>
Mon, 29 Apr 2019 04:38:29 +0000 (13:38 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 15 May 2019 13:03:23 +0000 (22:03 +0900)
commit3ad75e5bf7eb160bce681409b3696a810b977861
tree4b502e2c2c305656bbbb34434bd182acac70a2d0
parent9c85b537088801b29260195382cf6e3558d009f1
[Common] function to get element size

Add function to get element size.
Remove variable about element size definition in header.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
21 files changed:
ext/nnstreamer/tensor_decoder/tensordec-imagelabel.c
gst/nnstreamer/nnstreamer_plugin_api.h
gst/nnstreamer/tensor_aggregator/tensor_aggregator.c
gst/nnstreamer/tensor_common.c
gst/nnstreamer/tensor_converter/tensor_converter.c
gst/nnstreamer/tensor_merge/gsttensormerge.c
gst/nnstreamer/tensor_split/gsttensorsplit.c
gst/nnstreamer/tensor_transform/tensor_transform.c
gst/nnstreamer/tensor_typedef.h
nnstreamer_example/custom_example_opencv/meson.build
nnstreamer_example/custom_example_opencv/nnstreamer_customfilter_opencv_average.cc
nnstreamer_example/custom_example_opencv/nnstreamer_customfilter_opencv_scaler.cc
nnstreamer_example/custom_example_passthrough/meson.build
nnstreamer_example/custom_example_passthrough/nnstreamer_customfilter_example_passthrough.c
nnstreamer_example/custom_example_passthrough/nnstreamer_customfilter_example_passthrough_variable.c
nnstreamer_example/custom_example_scaler/meson.build
nnstreamer_example/custom_example_scaler/nnstreamer_customfilter_example_scaler.c
nnstreamer_example/custom_example_scaler/nnstreamer_customfilter_example_scaler_allocator.c
tests/meson.build
tests/nnstreamer_sink/unittest_sink.cpp
tools/development/nnstreamerCodeGenCustomFilter.py