STT-tensorflow/tensorflow/lite/toco
A. Unique TensorFlower 7e59a2ab28 Qualify uses of std::string
PiperOrigin-RevId: 317683481
Change-Id: I3f6bb93d67e18623bf5d049ae0cc03bd2f937e5f
2020-06-22 11:45:26 -07:00
..
g3doc
graph_transformations Qualify uses of std::string 2020-06-22 11:45:26 -07:00
logging Qualify uses of std::string 2020-06-17 18:02:32 -07:00
python Qualify uses of std::string 2020-06-17 10:25:14 -07:00
runtime
tensorflow_graph_matching Qualify uses of std::string 2020-06-16 17:31:31 -07:00
tflite Qualify uses of std::string 2020-06-19 09:21:51 -07:00
allocate_transient_arrays.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
allocate_transient_arrays.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
args.cc Migrating deprecated aliases for absl::StrSplit, and the corresponding predicates 2020-06-22 10:28:15 -07:00
args.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
BUILD Use redirection point in core/platform for build_config.bzl 2019-11-25 16:38:05 -08:00
dump_graphviz.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
dump_graphviz.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
export_tensorflow.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
export_tensorflow.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
format_port.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
import_tensorflow_test.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
import_tensorflow.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
import_tensorflow.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
model_cmdline_flags_test.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
model_cmdline_flags.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
model_cmdline_flags.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
model_flags.proto Enable Keras/RNN case via MLIR SavedModel import in TFLiteConverterV2 2020-04-03 14:33:45 -07:00
model.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
README.md Update links from g3doc to g3doc/r1 2020-01-24 07:44:13 +01:00
tensorflow_util.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
tensorflow_util.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_cmdline_flags_test.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_cmdline_flags.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_cmdline_flags.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_convert_test.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_convert.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_convert.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_flags.proto Add flag --custom_opdefs to tflite_convert. 2019-11-14 18:03:22 -08:00
toco_graphviz_dump_options.cc Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
toco_graphviz_dump_options.h Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
toco_port_test.cc Make toco_port trivial initialize-able for test cases. 2019-01-08 04:02:52 -08:00
toco_port.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_port.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_tooling.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_tooling.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_types.h Avoid use of include files tensorflow/core/platform/default/* outside tensorflow/core/platform tree. 2019-08-21 17:22:59 -07:00
toco.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
tooling_util_test.cc Replace calls to deprecated googletest macros *TEST_CASE() with *TEST_SUITE() 2019-01-16 11:08:17 -08:00
tooling_util.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
tooling_util.h Qualify uses of std::string 2020-06-17 09:54:59 -07:00
types.proto Add float64 tensor support in TFLite 2020-04-03 23:20:03 -07:00

TensorFlow Lite Converter

The TensorFlow Lite Converter converts TensorFlow graphs into TensorFlow Lite graphs. There are additional usages that are also detailed in the usage documentation.

Usage documentation

Usage information is given in these documents:

Where the converter fits in the TensorFlow landscape

Once an application developer has a trained TensorFlow model, the TensorFlow Lite Converter will accept that model and generate a TensorFlow Lite FlatBuffer file. The converter currently supports SavedModels, frozen graphs (models generated via freeze_graph.py), and tf.Keras model files. The TensorFlow Lite FlatBuffer file can be shipped to client devices, generally mobile devices, where the TensorFlow Lite interpreter handles them on-device. This flow is represented in the diagram below.

drawing