[tensor_transform] Fix confusing usage of transpose
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Mon, 18 Dec 2023 07:57:29 +0000 (16:57 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 19 Dec 2023 02:15:02 +0000 (11:15 +0900)
commitc8795cdaf042d8fc532ddd111a55f7c561316c7f
tree9cb98272c5372a57c9d3d7700b067b11aae040f9
parent595903139acfafa9d2b8f1c1b4ed4a455ef4b0e7
[tensor_transform] Fix confusing usage of transpose

- Correct usage is `... option=1:2:0:3` when a user want to change tensor
  layout NHWC into NCHW.
- Fix document abuout it.
- Fix incorrect usage in a SSAT test.

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
gst/nnstreamer/elements/gsttensor_transform.md
tests/nnstreamer_filter_pytorch/runTest.sh