STT-tensorflow/tensorflow/python/grappler
TensorFlower Gardener 8e88146931 Merge pull request #40596 from reedwm:auto_mp_mkl2
PiperOrigin-RevId: 317381920
Change-Id: I8e7fe93090dafeedba1e7dccfb093d16c6e5b742
2020-06-19 14:39:31 -07:00
..
arithmetic_optimizer_test.py Improve shape inference in TF 2.0, by propagating input shapes to functions. 2020-01-28 12:39:56 -08:00
auto_mixed_precision_test.py Merge pull request #40596 from reedwm:auto_mp_mkl2 2020-06-19 14:39:31 -07:00
cluster_test.py Update grappler/cluster_test.py reflecting changes in random_uniform op 2019-12-04 14:26:25 -08:00
cluster_wrapper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
cluster.py Export grappler code from C++ to Python with pybind11 instead of swig. Adding pywrap_required_hdrs to downstream grappler build files which will go away with bazel first class shared library support. 2020-02-03 13:13:08 -08:00
constant_folding_test.py Make tests compatible with TF2 2019-02-27 09:46:15 -08:00
cost_analyzer_test.py Fix incorrect "is" comparisons to instead use "==". 2019-03-06 16:23:38 -08:00
cost_analyzer_tool.py [TF Grappler] MetaOptimizer now takes a ConfigProto. 2018-11-14 09:50:07 -08:00
cost_analyzer_wrapper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
cost_analyzer.cc minor spelling tweaks 2020-02-11 15:09:21 +09:00
cost_analyzer.h fix C++ header guards. 2018-08-21 16:22:05 -07:00
cost_analyzer.py Export grappler code from C++ to Python with pybind11 instead of swig. Adding pywrap_required_hdrs to downstream grappler build files which will go away with bazel first class shared library support. 2020-02-03 13:13:08 -08:00
datasets_test.py Inlined tensor_shape.{scalar,vector,matrix} 2019-07-23 15:33:44 -07:00
graph_analyzer_tool_wrapper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
graph_analyzer.py Export graph_analyzer functions from C++ to Python with pybind11 instead of swig. 2019-09-23 12:59:39 -07:00
item_test.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
item_wrapper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
item.py Export grappler code from C++ to Python with pybind11 instead of swig. Adding pywrap_required_hdrs to downstream grappler build files which will go away with bazel first class shared library support. 2020-02-03 13:13:08 -08:00
layout_optimizer_test.py Remove stale forward compatibility horizons in unittests 2020-01-03 10:58:48 +01:00
memory_optimizer_test.py Replace list comprehension with generator expressions. 2019-12-16 12:26:12 -08:00
model_analyzer_test.py Add @run_deprecated_v1 annotation to tests failing in v2 2018-11-29 15:43:25 -08:00
model_analyzer_wrapper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
model_analyzer.cc Sign compare warning fixes batch 2 2020-06-16 03:51:57 +00:00
model_analyzer.h fix C++ header guards. 2018-08-21 16:22:05 -07:00
model_analyzer.py Export model_analyzer functions from C++ to Python with pybind11 instead of swig. 2019-11-20 10:41:58 -08:00
tf_optimizer_test.py Have grappler preserve nodes with attribute _grappler_do_not_remove. 2019-04-01 13:26:09 -07:00
tf_optimizer_wrapper.cc systemlibs: unbundle pybind11 2020-04-08 03:38:38 +08:00
tf_optimizer.py Export grappler code from C++ to Python with pybind11 instead of swig. Adding pywrap_required_hdrs to downstream grappler build files which will go away with bazel first class shared library support. 2020-02-03 13:13:08 -08:00