[neurun] Garden and remove redundunt code from ExecManager Test (#4930)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Thu, 4 Apr 2019 22:05:38 +0000 (07:05 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 4 Apr 2019 22:05:38 +0000 (07:05 +0900)
commit30383c814bfbd93dddae6c9d2a759d1270c93fba
tree695136793c2163ccc759817e79d93869d322eb90
parentc694525ecd582706672888d5d5eb299ce42d619c
[neurun] Garden and remove redundunt code from ExecManager Test (#4930)

- Merge duplicated calls into one
  model->operands.at(operand_activation).usage(Usage::CONSTANT);
  model->operands.at(operand_activation).usage(operand::Usage::CONSTANT);

- Group the related statements by operand and operator

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
runtimes/neurun/test/interp/ExecManager.cc