[Tensor] Remove data type as input for Float/Half Tensor
authorDonghyeon Jeong <dhyeon.jeong@samsung.com>
Thu, 23 Nov 2023 00:37:06 +0000 (09:37 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 1 Dec 2023 01:51:27 +0000 (10:51 +0900)
commit0beb2d89347a2dcb085d71a6490694c06e4ce9da
treebf8033ca5459d339202f6f8adf6e5d58165f6ba7
parent4a1bb0ecf6899dd803c4fc7f6e532909b57e1955
[Tensor] Remove data type as input for Float/Half Tensor

As discussed on #2367, the Float/HalfTensor data type does not change. There's no need to take datatype as input and therefore is removed.

**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_v2.cpp