STT-tensorflow/tensorflow/python/tools
Tomer Kaftan 7933b0e5e3 Export and add dispatch to overloaded tensor operators (that were not already exported under different api symbols) under the hidden namespace tf.__operators__.
This will make these built-in operators more amenable to dispatching for library developers.
This includes:
tf.__operators__.add
tf.__operators__.ne
tf.__operators__.eq
tf.__operators__.getitem

PiperOrigin-RevId: 315998480
Change-Id: Icf61e24a2c037eaf2c4d170967eb2b8ac18f5961
2020-06-11 16:20:41 -07:00
..
api/generator Export and add dispatch to overloaded tensor operators (that were not already exported under different api symbols) under the hidden namespace tf.__operators__. 2020-06-11 16:20:41 -07:00
aot_compiled_test.cc [TF saved_model_cli AOT] Unit tests for AOT compilation with fed variables. 2020-02-14 16:28:36 -08:00
BUILD Ensure saved_model_cli and deps are included in pip package. 2020-04-03 17:33:42 -07:00
freeze_graph_test.py Make freeze_graph work with empty tag-set i.e. --saved_model_tags="" 2020-04-02 00:57:31 -07:00
freeze_graph.py Make freeze_graph work with empty tag-set i.e. --saved_model_tags="" 2020-04-02 00:57:31 -07:00
import_pb_to_tensorboard.py Merge pull request #37529 from howl-anderson:docs/update_doc_for_import_pb_to_tensorboard 2020-03-31 08:34:20 -07:00
inspect_checkpoint.py Export the checkpoint reader classes and functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information. 2019-11-07 09:52:50 -08:00
module_util.py Check for None spec in module_util.py. 2020-03-30 23:59:18 -07:00
optimize_for_inference_lib.py Merge pull request #35175 from Taehun:fused_batch_norm_v3 2020-01-21 11:42:30 -08:00
optimize_for_inference_test.py Merge pull request #35175 from Taehun:fused_batch_norm_v3 2020-01-21 11:42:30 -08:00
optimize_for_inference.py
print_selective_registration_header_test.py Support TFLite in the tool to print selective registration header 2020-06-02 00:49:20 -07:00
print_selective_registration_header.py Support TFLite in the tool to print selective registration header 2020-06-02 00:49:20 -07:00
saved_model_aot_compile.py [TF saved_model_cli] Allow user to set target_cpu for xla aot compilation. 2020-05-19 09:14:38 -07:00
saved_model_cli_test.py Some feature additions to saved_model_cli AOT compile & bugfixes in freeze graph 2020-02-04 15:16:22 -08:00
saved_model_cli.py [TF saved_model_cli] Allow user to set target_cpu for xla aot compilation. 2020-05-19 09:14:38 -07:00
saved_model_utils_test.py
saved_model_utils.py docs: update doc for tf.python.tools.saved_model_utils 2020-03-12 16:30:45 +08:00
selective_registration_header_lib.py Support TFLite in the tool to print selective registration header 2020-06-02 00:49:20 -07:00
strip_unused_lib.py
strip_unused_test.py
strip_unused.py
tools.bzl [TF saved_model_cli] Allow user to set target_cpu for xla aot compilation. 2020-05-19 09:14:38 -07:00