[Fix] fix lda, ldb param
authorJihoon Lee <jhoon.it.lee@samsung.com>
Fri, 11 Dec 2020 07:58:34 +0000 (16:58 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 17 Dec 2020 04:47:22 +0000 (13:47 +0900)
commit7fabfcaa84bb4c12fc95d5ec70cf23b7920371fe
treeb5c11853b6929f73e7349d32d741af21dc1027c6
parentfa8093139cc056445bb76b8df65f1265679c8e6e
[Fix] fix lda, ldb param

**Changes proposed in this PR:**
- lda, ldb, ldc is for layout so it should be set in terms of memory
layout, this patch fixes the issue while adding a corresponding test

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
nntrainer/tensor/tensor.cpp
test/unittest/unittest_nntrainer_tensor.cpp