Closed HGuillemet closed 10 months ago
I'm done for the presets. I'm going to push another small fix for javacpp
Any estimates on when that fix is going to land?
Regression tests on presets are currently running. I'll check the result in ~ 8 hours.
When a native function takes a
unique_ptr
to some class as an argument AND if that class can be instantiated from Java, the Java constructors must by annotated with@UniquePtr
and@Name
.Affected presets: Pytorch and Tensorflow-lite.