STT-tensorflow/tensorflow/lite/examples
Terry Heo 289ba7f54b Update cmake support of TFLite minimal example
Created a CMakeLists.txt under the lite/examples/minimal

Usage)

$ git clone https://github.com/tensorflow/tensorflow.git tensorflow_src
$ mkdir minimal_build
$ cd miniaml_build
$ cmake ../tensorflow_src/tensorflow/lite/examples/minimal
$ cmake --build . -j

PiperOrigin-RevId: 339977906
Change-Id: I85cada5430407e72354d0a31a17584c48407db2f
2020-11-24 09:32:21 +09:00
..
android/app
experimental_new_converter Remove explicit line "experimental_new_converter = True" the converter launched and is now the default. 2020-06-25 20:29:35 -07:00
ios TFLITE_USE_DELEGATE has been changed to use GpuDelegateOptions instead of TFLGpuDelegateOptions. 2020-08-29 21:52:42 +09:00
label_image Support delegate registrar (https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/tools/delegates) for the label_image example so that various delegate options supported by the TFLite benchmark and task evaluation tools could be reused here. 2020-09-29 12:25:26 -07:00
minimal Update cmake support of TFLite minimal example 2020-11-24 09:32:21 +09:00
python Merge pull request #25748 from freedomtan:export_SetNumThreads_to_tflite_python 2020-06-12 11:13:35 -07:00