aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tensorflow.i
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-07-12 21:14:23 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-12 22:19:08 -0700
commit8e69f9864fcdab1e7b9f4d9ff86d27491f3877fc (patch)
treeecc0422003a6bd047a6ac8787abe3592466c3ec4 /tensorflow/python/tensorflow.i
parent2094bb5349c060516907f02975bcdc6e752d407b (diff)
Moving the python filesystem API support from saver_io.i to file_io. Also split out the SWIG API and the python code that calls it to enable easier testing.
Change: 127282792
Diffstat (limited to 'tensorflow/python/tensorflow.i')
-rw-r--r--tensorflow/python/tensorflow.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/tensorflow.i b/tensorflow/python/tensorflow.i
index 1bf63ff594..ffd211152b 100644
--- a/tensorflow/python/tensorflow.i
+++ b/tensorflow/python/tensorflow.i
@@ -30,7 +30,7 @@ limitations under the License.
%include "tensorflow/python/client/device_lib.i"
%include "tensorflow/python/client/quantize_training.i"
-%include "tensorflow/python/training/saver_io.i"
+%include "tensorflow/python/lib/io/file_io.i"
%include "tensorflow/python/training/server_lib.i"
%include "tensorflow/python/framework/python_op_gen.i"