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
BUILD
README.md
allocate_transient_arrays.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
allocate_transient_arrays.h
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
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.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
import_tensorflow_test.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
model.h 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_cmdline_flags_test.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
model_flags.proto
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.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_cmdline_flags_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_convert_test.cc Qualify uses of std::string 2020-06-17 09:54:59 -07:00
toco_flags.proto
toco_graphviz_dump_options.cc
toco_graphviz_dump_options.h
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_port_test.cc
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
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
tooling_util_test.cc
types.proto

README.md

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