Add Subtract with float value in tensor & add sum according to axis
authorjijoong.moon <jijoong.moon@samsung.com>
Wed, 26 Feb 2020 04:42:46 +0000 (13:42 +0900)
committer문지중/On-Device Lab(SR)/Principal Engineer/삼성전자 <jijoong.moon@samsung.com>
Wed, 26 Feb 2020 04:59:42 +0000 (13:59 +0900)
commitb4ee2cb1642a0bb632819f7c36139df3dab3292c
tree54628cbf2514f21d628e93a06691408d004578ad
parent283ace5abd3374513073ef6c6e3e06d65cc81451
Add Subtract with float value in tensor & add sum according to axis

Add Subtract(float value)
Add sum(int axis)
  : sum according to axis
   - 0 : batch
   - 1 : height
   - 2 : width

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
include/tensor.h
src/tensor.cpp