Skip to content

TFLite Support 0.2.1 (Metadata java library only)

Compare
Choose a tag to compare
@xunkai55 xunkai55 released this 04 Aug 06:44

This release only targets on fixing a ByteBuffer incompatibility issue in the TFLite Metadata Java library. The updated metadata library can be found on Maven Central Repository.

Fixes

  • On some devices, using TFLite Metadata library throws NoSuchMethodError at runtime. The error message looks like: "java.lang.NoSuchMethodError: No virtual method position(I)Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes"