STT-tensorflow/tensorflow/lite/examples
Koan-Sin Tan f3d3480c81 [tflite] make label_image build on linux and macOS
label_image doesn't build on Linux and macOS platforms

```
bazel build --config opt //tensorflow/lite/examples/label_image:label_image
```
shows something like
```
ERROR: /home/freedom/work/tensorflow/tensorflow/lite/examples/label_image/BUILD:15:1: undeclared inclusion(s) in rule '//tensorflow/lite/examples/label_image:label_image':
this rule is missing dependency declarations for the following files included by 'tensorflow/lite/examples/label_image/label_image.cc':
  'external/com_google_absl/absl/strings/string_view.h'
  'external/com_google_absl/absl/base/internal/throw_delegate.h'

```

Add `"@com_google_absl//absl/strings"` to deps
2020-06-17 09:25:28 +08:00
..
android/app
experimental_new_converter Add keras lstm fusion codelab. 2020-04-14 00:15:15 -07:00
ios
label_image [tflite] make label_image build on linux and macOS 2020-06-17 09:25:28 +08:00
minimal
python Merge pull request #25748 from freedomtan:export_SetNumThreads_to_tflite_python 2020-06-12 11:13:35 -07:00