Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FP16][Tensor] Remove unnecessary copy on save
There are unnecessary copy of tensor, in case of fp16 It seems that when developing previously, the tensor structure was not accurately established, so it attempted to save by forcibly converting to FP16. Now, when performing getData<_FP16>(), it is automatically converted, so the process of putting every tensor one by one in the temp array is unnecessary and only slows down the speed. **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Donghak PARK <[email protected]>
- Loading branch information