[moco/tf] use make_unique instead of new for MaxPool2D (#3572)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Wed, 22 May 2019 02:13:35 +0000 (11:13 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 22 May 2019 02:13:35 +0000 (11:13 +0900)
commit8a99e713b01f122e9f00263c0bfff497a1792713
treefa317eaeabb5e24a036d5ea03f69865fd773eda2
parent2d52d772090976c65111a92270bb8e9607a744f8
[moco/tf] use make_unique instead of new for MaxPool2D (#3572)

This changes new to make_unique for MaxPool2D, which was omitted in pr #3569

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
contrib/moco/lib/frontend/tf/src/Op/MaxPool2D.cpp