aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tensorflow.i
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2017-04-25 14:49:17 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-25 16:08:07 -0700
commit58fe576e207705929794968535735cbb9ac65db0 (patch)
tree4e67a24b9e96f8b4786ab62fc20642cd784b2c23 /tensorflow/python/tensorflow.i
parent546befc40895749bc81b8d59c24fdf375a9a5034 (diff)
Added a python API to the meta graph optimizer
Change: 154232702
Diffstat (limited to 'tensorflow/python/tensorflow.i')
-rw-r--r--tensorflow/python/tensorflow.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/python/tensorflow.i b/tensorflow/python/tensorflow.i
index a0009031ac..5c2ad417e2 100644
--- a/tensorflow/python/tensorflow.i
+++ b/tensorflow/python/tensorflow.i
@@ -40,3 +40,5 @@ limitations under the License.
%include "tensorflow/python/util/kernel_registry.i"
%include "tensorflow/python/util/transform_graph.i"
+
+%include "tensorflow/python/grappler/tf_optimizer.i"