aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tensorflow.i
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2016-03-07 15:18:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-08 17:15:22 -0800
commit848d554a78715391421737088c348c513e3e8c6d (patch)
treed145de31389b9fb75f60e3bb882785b700ad40a9 /tensorflow/python/tensorflow.i
parent13024c58fa87a87db23f6869a0c33598bb5c027d (diff)
Prototype of an in-process gRPC server for TensorFlow/Python.
Adds support for binding a TensorFlow server to any port, to support single-process testing. This interface is a work in progress. In particular, it supports launching a server, but the support for clean shutdown is incomplete. Change: 116593644
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 65ea4d2e17..766bdf7dd3 100644
--- a/tensorflow/python/tensorflow.i
+++ b/tensorflow/python/tensorflow.i
@@ -28,5 +28,6 @@ limitations under the License.
%include "tensorflow/python/client/events_writer.i"
%include "tensorflow/python/client/tf_session.i"
+%include "tensorflow/python/client/server_lib.i"
%include "tensorflow/python/framework/python_op_gen.i"