You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bazel build command in specifications/frameworks/tflite/android/build.sh requires a lot of dependencies, like appropriate version of bazel, Android SDK and NDK. It's burdensome.
The text was updated successfully, but these errors were encountered:
jsrimr
changed the title
[Proposal]Replace bazel build
[Proposal]Replace bazel build command with the binary provided from tensorflow document
Dec 10, 2020
bazel build command in specifications/frameworks/tflite/android/build.sh requires a lot of dependencies, like appropriate version of bazel, Android SDK and NDK. It's burdensome.
I found that the resulted binary is provided in here which is form https://www.tensorflow.org/lite/performance/measurement.
I commented out
these lines and saved the downloaded binary in {tensorflow_dir}/bazel-bin/tensorflow/lite/tools/benchmark/benchmark_model
Then,
executed without problems.
Below is my configuration.
The text was updated successfully, but these errors were encountered: