Skip to content

v1.0.1

Compare
Choose a tag to compare
@kris-himax kris-himax released this 11 Aug 05:39

Modify by tag v1.0
This is including the google tensorflow Lite for Micro v2.5 which we fixed some bugs.

While using gnu tool chain and O2 optimize to build resize_bilinear op, it could not get right value in Offset function at tensorflow/lite/kernels/internal/types.h file.
We should add volatile type to let dims_data do not be optimized.