Introduce float convolution kernel (#4892)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 29 Mar 2019 06:16:23 +0000 (15:16 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 29 Mar 2019 06:16:23 +0000 (15:16 +0900)
commitd3de696de855d0293b477ddcf12d02764166d16a
treeeffe5f40597ee2a26d7b9c72c83b97b82a65eee2
parent953dccad344fe626e2437343310a9b81e7107298
Introduce float convolution kernel (#4892)

Introduce float convolution kernel from tflite
Use kernel in neurun cpu backend

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
libs/cker/include/cker/operation/Conv.h [new file with mode: 0644]
runtimes/neurun/backend/cpu/kernel/ConvolutionLayer.cc