ohsewon / test

0 stars 0 forks source link

[other/tensors] What does "rank" mean in other/tensors? #369

Open ohsewon opened 5 years ago

ohsewon commented 5 years ago

Issue by myungjoo-ham Monday Jul 30, 2018 at 11:03 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/369


What does "rank" mean in other/tensors?

Unlike other/tensor, we have multiple tensors in other/tensors. How "rank" is defined in other/tensors?

If this means the RANK LIMIT, please document so in the code where other/tensors is defined (tensor_common.h)

ps. The range of num_tensors is [1, 16], not [1, 65535]. Right?

ohsewon commented 5 years ago

Comment by git-bot-sec Monday Jul 30, 2018 at 11:03 GMT


:octocat: cibot: Thank you for posting issue #369. The person in charge will reply soon.

ohsewon commented 5 years ago

Comment by jijoong-moon Monday Jul 30, 2018 at 23:20 GMT


Yes, you are right. rank means RANK LIMIT. and it is also right about num_tensors. Currently maximum number of tensor in tensors is 16. I will document about them. May be also need checking routine in the code.