Remove operand usage getter methods (#5038)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 23 Apr 2019 04:20:20 +0000 (13:20 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 23 Apr 2019 04:20:20 +0000 (13:20 +0900)
commitbf8af66a7d961c58c08131e48a31d12eabce3f37
tree52a71ea09d9385828eeb923a6c9d849f6477c5e0
parent8cfa5b45a4f6a8ab40e35ee699af4dc899179609
Remove operand usage getter methods (#5038)

- Remove unused isModelInput() method
- Remove usage() method. Use hasData() and model's input/output

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/core/include/model/operand/Object.h
runtimes/neurun/core/src/compiler/ConstantInitializer.cc
runtimes/neurun/core/src/compiler/ParamChecker.cc
runtimes/neurun/core/src/compiler/SubTensorAnalyzer.cc
runtimes/neurun/core/src/dumper/dot/DotDumper.cc
runtimes/neurun/core/src/exec/interp/ExecManager.cc
runtimes/neurun/core/src/graph/Graph.cc
runtimes/neurun/core/src/linear/Linear.cc
runtimes/neurun/core/src/model/operand/Object.cc
runtimes/neurun/frontend/nnapi/wrapper/model.cc