[neurun] Rename OperandConstraint generators (#3291)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 23 Oct 2018 03:03:43 +0000 (12:03 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 23 Oct 2018 03:03:43 +0000 (12:03 +0900)
commitd14a3249208daf7910a18ac7af11f07cd3b0ccdc
treefcab41f3ac90099391a9904f0dd3cab272e028ba
parent64faeb59fbe13e32a73a9a99f4f654e27d8104bd
[neurun] Rename OperandConstraint generators (#3291)

This commit renames OperandConstraint static generator methods to be
natural.

Resolve #3239

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/operation/Add.cc
runtimes/neurun/src/graph/operation/AvgPool2D.cc
runtimes/neurun/src/graph/operation/Concat.cc
runtimes/neurun/src/graph/operation/Conv2D.cc
runtimes/neurun/src/graph/operation/FullyConnected.cc
runtimes/neurun/src/graph/operation/MaxPool2D.cc
runtimes/neurun/src/graph/operation/NOP.cc
runtimes/neurun/src/graph/operation/OperandConstraint.h
runtimes/neurun/src/graph/operation/Permute.cc
runtimes/neurun/src/graph/operation/Reshape.cc
runtimes/neurun/src/graph/operation/Softmax.cc