Commits


Scott McKay authored and GitHub committed 63d4f451866
Add stub implementation of the NNAPI interface (#11288) * Add stub implementation of the NNAPI interface so that model builder code can be unit tested on all platforms. Needed to fix a lot of type mismatch warnings. As these don't occur on Android builds used static_cast for simplicity.