[TensorV2] Add strided inputs and output
authorDonghyeon Jeong <dhyeon.jeong@samsung.com>
Thu, 15 Feb 2024 01:22:54 +0000 (10:22 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 20 Feb 2024 02:51:29 +0000 (11:51 +0900)
commit11aee91b9fb1f3ec299608b06623c9d256b477f9
tree732682a7e5d3436d0e024683133078b7b75dc34c
parentd309b1c7596ebc801dce6a36a57c5f32c1c12d81
[TensorV2] Add strided inputs and output

This PR adds the implementation of add operation that supports different strided inputs and output.

**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>
nntrainer/tensor/float_tensor.cpp
nntrainer/tensor/float_tensor.h
nntrainer/tensor/half_tensor.cpp
nntrainer/tensor/half_tensor.h
nntrainer/tensor/tensor_base.h
nntrainer/tensor/tensor_v2.cpp
nntrainer/tensor/tensor_v2.h