[Test] TensorV2 multiplication unit test
authorDonghyeon Jeong <dhyeon.jeong@samsung.com>
Mon, 29 Jan 2024 06:12:17 +0000 (15:12 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 2 Feb 2024 04:38:32 +0000 (13:38 +0900)
commitb97be7b9f54fafb3051cdb5d894dde1d2cca8a39
tree368f33bb6c546bb27046a6cebd15db9ed8c915ab
parentc304e91345f3171566037068deed21e0cfaaa5a6
[Test] TensorV2 multiplication unit test

This PR includes unit tests for verifying multiplication operations in the TensorV2 class.
Note that all unit tests are the same as tests in unittest_nntrainer_tensor.cpp file.

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

Signed-off-by: Donghyeon Jeong <dhyeon.jeong@samsung.com>
test/unittest/unittest_nntrainer_tensor_v2.cpp
test/unittest/unittest_nntrainer_tensor_v2_fp16.cpp