[enco/tfl/frontend] Padding when top == bottom -1 or left = right-1 (#2411)
author윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Tue, 27 Nov 2018 02:40:08 +0000 (11:40 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 27 Nov 2018 02:40:08 +0000 (11:40 +0900)
commit09d910191e986c2fa0477b7274669c24d721f3c7
tree24cc39a15fa6cb7549d70ac1f0c154a3475810b7
parent140567aa4be5ed224de3932c23752ed8087f0259
[enco/tfl/frontend] Padding when top == bottom -1 or left = right-1 (#2411)

* [enco/tfl/frontend] Padding when top == bottom -1 or left = right-1

get_padding() now calculates padding when top == bottom -1 or left = right-1

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* pr fix: calculate -> compute, ifm -> in_size
contrib/enco/frontend/tflite/src/Op/Padding.cpp
contrib/enco/test/tflite/Conv2D_004/INFERENCE [new file with mode: 0644]
contrib/enco/test/tflite/Conv2D_004/test.recipe [new file with mode: 0644]