aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client
diff options
context:
space:
mode:
authorGravatar Skye Wanderman-Milne <skyewm@google.com>2018-03-23 16:28:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-25 04:27:22 -0700
commit202e4f3b3699e8e40e478402462f76ae853fecbf (patch)
tree9ce7c041c1d78ff4704d7c0752a7ea074b2d1a40 /tensorflow/python/client
parent97249979d9a76ae05d590f9cbe199c0b47712b4f (diff)
Make _USE_C_API = True and _USE_C_SHAPES = False work with handle data.
This change makes _set_shapes_for_outputs_c_api fetch and set Tensor._handle_data. This is necessary for running the Python shape inference code on resource tensors. PiperOrigin-RevId: 190293303
Diffstat (limited to 'tensorflow/python/client')
-rw-r--r--tensorflow/python/client/tf_session.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/client/tf_session.i b/tensorflow/python/client/tf_session.i
index e88fc0c01a..70a3d032f4 100644
--- a/tensorflow/python/client/tf_session.i
+++ b/tensorflow/python/client/tf_session.i
@@ -723,6 +723,7 @@ def TF_Reset(target, containers=None, config=None):
%unignore TF_TryEvaluateConstant_wrapper;
%noexception TF_TryEvaluateConstant_wrapper;
%unignore ExtendSession;
+%unignore ResourceHandleShapeAndType;
%include "tensorflow/python/client/tf_session_helper.h"