[neurun] Remove hiding _indexed_ranks from Dataflow (#5926)
authorДилшоджон Умронхонович Пошшоев/AI Tools Lab /SRR/Engineer/삼성전자 <d.poshshoev@samsung.com>
Tue, 30 Jul 2019 06:46:01 +0000 (09:46 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Tue, 30 Jul 2019 06:46:01 +0000 (09:46 +0300)
commit23848ec65ab30aa5abc0512a0645d016a82fb9d0
treea362b666553fd1fb6c7656014dd77ddd6ef23ac8
parent7ac7e65514e7cd6f5a3967e000b3d07081e16261
[neurun] Remove hiding _indexed_ranks from Dataflow (#5926)

_indexed_ranks is a protected member in both ExecutorBase and Dataflow.
ExecutorBase::setIndexedRanks() sets ExecutorBase::_indexed_ranks,
but methods in Dataflow uses Dataflow::_indexed_ranks and is always nullptr

Signed-off-by: Dilshodzhon Poshshoev <d.poshshoev@samsung.com>
runtimes/neurun/core/src/exec/DataflowExecutor.h