google-coral / tflite

Examples using TensorFlow Lite API to run inference on Coral devices
https://coral.withgoogle.com
Apache License 2.0
181 stars 67 forks source link

lstpu README update #15

Closed avrdct closed 4 years ago

avrdct commented 4 years ago

In the below documention , the binary location mentioned as bazel-output, but I think the binary is inside bazel-bin

cpp/examples/lstpu/README.md

Target //:lstpu up-to-date: bazel-bin/lstpu

Namburger commented 4 years ago

@avrdct thanks for watching out, the binary is actually in multiple locations but it's also in:

bazel-out/k8-opt/bin/lstpu

as specified in our makefile rule