[Weight] Add ctors
authorJihoon Lee <jhoon.it.lee@samsung.com>
Mon, 19 Oct 2020 11:02:07 +0000 (20:02 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 23 Oct 2020 07:01:57 +0000 (16:01 +0900)
commit3dc67c8426759b3dd176ab50a784b3edc2999659
treeb1231f241c3983c3ec38c29b08ee07f167dccdf3
parentcbe499b2aae9e4603a3325697d3ae17d5b5ed8a3
[Weight] Add ctors

Weight did not have copy/move ctor which they should have.
This patch adds them.

**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/include/weight.h
nntrainer/src/weight.cpp