aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tensorflow.i
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-29 06:28:56 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-29 07:35:19 -0700
commit783e8388db67f3fefc6c714d479615821a9dc5e7 (patch)
treea25e65ce1552ca593f7cf72d61b0f35bfd18613f /tensorflow/python/tensorflow.i
parent7a0f6252d7f93b8cc78e8cc61c88f45d98642b30 (diff)
Add python/tools/print_selective_registration_header utility for printing a
header for use with 'selective registration' (see core/framework/selective_registration.h), given an input model. Change: 134659033
Diffstat (limited to 'tensorflow/python/tensorflow.i')
-rw-r--r--tensorflow/python/tensorflow.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/tensorflow.i b/tensorflow/python/tensorflow.i
index 7a8fbf7201..9115ec891a 100644
--- a/tensorflow/python/tensorflow.i
+++ b/tensorflow/python/tensorflow.i
@@ -37,3 +37,4 @@ limitations under the License.
%include "tensorflow/python/framework/python_op_gen.i"
%include "tensorflow/python/framework/cpp_shape_inference.i"
+%include "tensorflow/python/util/kernel_registry.i"