aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tensorflow.i
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-01-05 14:05:27 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-05 14:05:27 -0800
commit1c579361cd1e088dd5e05a394b1561a73e3667ba (patch)
treeec464b9ac18113dc052744b6714eebbc7c6cc34d /tensorflow/python/tensorflow.i
parent208350a6092f9faa473daf8b6eb6a80e9f9518f1 (diff)
Added 'logging' import to control_flow_ops which is used in the file but not imported.
Change: 110842260
Diffstat (limited to 'tensorflow/python/tensorflow.i')
-rw-r--r--tensorflow/python/tensorflow.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/python/tensorflow.i b/tensorflow/python/tensorflow.i
index ce9770b3f4..65ea4d2e17 100644
--- a/tensorflow/python/tensorflow.i
+++ b/tensorflow/python/tensorflow.i
@@ -19,6 +19,7 @@ limitations under the License.
%include "tensorflow/python/util/port.i"
+%include "tensorflow/python/lib/core/py_func.i"
%include "tensorflow/python/lib/core/status.i"
%include "tensorflow/python/lib/core/status_helper.i"
@@ -27,3 +28,5 @@ limitations under the License.
%include "tensorflow/python/client/events_writer.i"
%include "tensorflow/python/client/tf_session.i"
+
+%include "tensorflow/python/framework/python_op_gen.i"