Bugfix for NumPyBinLoader with SubTensor output. (#345)
authorhakanardo <hakan@debian.org>
Fri, 16 Feb 2018 09:06:34 +0000 (10:06 +0100)
committerAnthony Barbier <Anthony.barbier@arm.com>
Fri, 16 Feb 2018 09:06:34 +0000 (09:06 +0000)
commit292227986edb37b01061afcad6df18ba9d6ccbeb
tree9a3986264ce0985da84a1388b03606d9e42ec0af
parentadb2f538210329e2cb26876cdb97643fbca1d657
Bugfix for NumPyBinLoader with SubTensor output. (#345)

* Bugfix for NumPyBinLoader with SubTensor output.

When a SubTensor is used as output from a NumPyBinLoader, data should
not be written to the begining of the buffer.

Change-Id: I6ed4b24710ac09b41ca92c7e21f24d44a3ed2881

* Reduce the buffer size with the same amount

Change-Id: Id260f58209ce2fbee877f7d6f4afbe95c6c74036

* SubTensor's has to be accessed through execution windows
utils/GraphUtils.cpp