[neurun] Introduce getOperandLayout (#2591)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 5 Sep 2018 04:18:02 +0000 (13:18 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 5 Sep 2018 04:18:02 +0000 (13:18 +0900)
commit6949a9edaa92abe82bcc40265548d7287ad59b3e
tree8b044caf392fed2a233699cc3180882066b5b9ba
parentc7e82f90e8293c10789d3724594d01938729b064
[neurun] Introduce getOperandLayout (#2591)

Introduce `IBackendConfig::getOperandLayout` which returns
`operand::Layout` for each backend. Note that this assumes a backend
only support one type of operand layout.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/backend/IBackendConfig.h
runtimes/neurun/src/backend/acl_cl/BackendConfig.h
runtimes/neurun/src/backend/cpu/BackendConfig.h
runtimes/neurun/src/graph/operand/Layout.h [new file with mode: 0644]