Fix an error that occurs in a tensor with rank 0 (#8847)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Fri, 8 Nov 2019 01:11:03 +0000 (10:11 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 8 Nov 2019 01:11:03 +0000 (10:11 +0900)
commitbc889f6d94ffb4ddd86746d7dacd6824265135e4
treeefde54883ae4b7e5a924a4393eb7a1dca006bfb0
parent44d2b37fa8dad51641b231fd30db808c15950248
Fix an error that occurs in a tensor with rank 0 (#8847)

This commit fixes an error that occurs in a tensor with rank 0.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
runtime/neurun/core/include/backend/IConstantInitializer.h
runtime/neurun/core/src/graph/Graph.cc