[moco-tf] Import as TFMaxPool with a knob (#6043)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 1 Aug 2019 03:34:50 +0000 (12:34 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 1 Aug 2019 03:34:50 +0000 (12:34 +0900)
commit0544aa20f34997813bff2ae4c7d441c6b9596ae9
treedff84c40a223628548973ea6637eb58205514f25
parent245f8ba0d313c244d22075b38189090ab41d80e2
[moco-tf] Import as TFMaxPool with a knob (#6043)

* [moco-tf] Import as TFMaxPool with a knob

This will revise import to load MaxPool node as TFMaxPool with a knob

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* use plier and rename variable
compiler/moco-tf/src/Knob.lst
compiler/moco-tf/src/Op/MaxPool.cpp
compiler/moco-tf/src/Op/MaxPool.h [new file with mode: 0644]
compiler/moco-tf/src/Op/MaxPool.test.cpp