From 5f432a4537e323b0fda4b7f6baff1ce41fdd59f7 Mon Sep 17 00:00:00 2001 From: Wook Song Date: Tue, 18 Feb 2020 15:15:39 +0900 Subject: [PATCH] [Transform] Fix a typo in description of the 'arithmetic' mode This is a trivial fix, which corrects a typo in description of the 'arithmetic' mode. Signed-off-by: Wook Song --- gst/nnstreamer/tensor_transform/tensor_transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/nnstreamer/tensor_transform/tensor_transform.c b/gst/nnstreamer/tensor_transform/tensor_transform.c index ca14607..72f9d85 100644 --- a/gst/nnstreamer/tensor_transform/tensor_transform.c +++ b/gst/nnstreamer/tensor_transform/tensor_transform.c @@ -190,7 +190,7 @@ gst_tensor_transform_mode_get_type (void) "dimchg"}, {GTT_TYPECAST, "Mode for casting type of tensor, " "option=" REGEX_TYPECAST_OPTION, "typecast"}, - {GTT_ARITHMETIC, "Mode for arithmetic operations with tensor" + {GTT_ARITHMETIC, "Mode for arithmetic operations with tensor, " "option=[typecast:TYPE,]add|mul|div:NUMBER..., ...", "arithmetic"}, {GTT_TRANSPOSE, "Mode for transposing shape of tensor, " -- 2.7.4