Add a test for a model with Reshape as the final layer
Created by: thesps
I added a very simple test model with a Reshape
as the final layer. The only problem is... this works on both master branch and the PR #443 (ie either with or without repack_stream
as the final operation in the myproject.cpp
).
I don't know yet what's the significant difference wrt @jmduarte 's gist