[moco] Revise AvgPool Conv2D input names (#7989)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 8 Oct 2019 08:59:14 +0000 (17:59 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 8 Oct 2019 08:59:14 +0000 (17:59 +0900)
commitd833aadc652f9303730b24cc81c4335ea6435fc7
tree597213cea1760ec0387474312bbcd489dd6cfdb2
parent7c6a208f9c3487e211de6c769ff59328033ee546
[moco] Revise AvgPool Conv2D input names (#7989)

This will fix AvgPool and Conv2D input name to follow that from TensorFlow REGISTER_OP input names

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco/lang/include/moco/IR/Nodes/TFAvgPool.h
compiler/moco/lang/include/moco/IR/Nodes/TFConv2D.h
compiler/moco/lang/src/IR/Nodes/TFAvgPool.test.cpp
compiler/moco/lang/src/IR/Nodes/TFConv2D.test.cpp