Skip to content

Commit

Permalink
Update TensorFlow Lite to v2.6.0. Fix build for Android with NNAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatake2222 committed Aug 16, 2021
1 parent 0c3ad42 commit f376227
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inference_helper/inference_helper_tensorflow_lite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ limitations under the License.
#include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h"
#endif

#ifdef INFERENCE_HELPER_ENABLE_TFLITE_DELEGATE_NNAPI
#include "tensorflow/lite/delegates/nnapi/nnapi_delegate.h"
#endif

/* for My modules */
#include "inference_helper_log.h"
#include "inference_helper_tensorflow_lite.h"
Expand Down

0 comments on commit f376227

Please sign in to comment.