Skip to content
Commit 3f477b85 authored by Mikael's avatar Mikael
Browse files

Fix incorrect ifm and ofm order in delegate



The delegate assumed that the order of the input and output indexes
would stay the same between the Init and Eval call. However, this is not
the case because TFLite will sort the input and output indexes when the
nodes are replaced and the graph gets partitioned.

To handle this, the delegate will now store the initial order of the
input and output indexes before the nodes are replaced.

Change-Id: Ia5e4e218fa2e2ab6e549823c2a43c5380865890f
Signed-off-by: Mikael's avatarMikael Olsson <mikael.olsson@arm.com>
parent c013b89d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment