arnoschn

Results 2 comments of arnoschn

> Hi Paul, I investigated this a bit more. > > It turns out the Gradle dependency you're using is the _first_ version of Tensorflow Lite for Android that exhibits...

I think defining this for the python extension should be it!? ``` cpp enum_("ProcessReturnCode") .value("NoMoreToProcess",0) .value("CanProcessAgain",1) .value("ConnectionEnd",2) .export_values(); ``` Not 100% sure but I will try to compile it and...