commit | 93213816bfa98fdf7b861c283ba43cd3e16cf43e | [log] [tgz] |
---|---|---|
author | iree-copybara-bot <iree-copybara-bot@google.com> | Thu Aug 26 12:19:10 2021 -0700 |
committer | Copybara-Service <iree-copybara-bot@google.com> | Thu Aug 26 12:20:09 2021 -0700 |
tree | 2f9118d9552e40a3606a3faf7fc4525b3bead95b | |
parent | 65c3c1a8bd5885998066e11228831eab2598881b [diff] |
...Internal refactor... PiperOrigin-RevId: 393179572
diff --git a/bindings/tflite/java/org/tensorflow/lite/Interpreter.java b/bindings/tflite/java/org/tensorflow/lite/Interpreter.java index 4500939..80c0b05 100644 --- a/bindings/tflite/java/org/tensorflow/lite/Interpreter.java +++ b/bindings/tflite/java/org/tensorflow/lite/Interpreter.java
@@ -8,7 +8,7 @@ package org.tensorflow.lite; -import android.support.annotation.NonNull; +import androidx.annotation.NonNull; import java.nio.Buffer; import java.nio.ByteBuffer; import java.util.HashMap;