aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tensorflow.i
diff options
context:
space:
mode:
authorGravatar Pete Warden <petewarden@google.com>2017-01-19 14:21:59 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-19 14:29:08 -0800
commitf736991fd3a7987665a6f9fcd26d464ea7f68e2b (patch)
treecc9804e2d7d3292ed8bca9f400abe5ffc094de4d /tensorflow/python/tensorflow.i
parentfa82a88606f48f3111e85dcc6dbfdb96b26df30c (diff)
Python wrapper for the Graph Transform Tool
Change: 145009203
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 0f7deb7827..09b4b20bcd 100644
--- a/tensorflow/python/tensorflow.i
+++ b/tensorflow/python/tensorflow.i
@@ -38,3 +38,5 @@ limitations under the License.
%include "tensorflow/python/framework/cpp_shape_inference.i"
%include "tensorflow/python/util/kernel_registry.i"
+
+%include "tensorflow/python/util/transform_graph.i"