aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/pywrap_tfe.i
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-14 21:42:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-14 21:46:01 -0700
commit954377e7f4228d9b0395146115eab8efd8950c43 (patch)
tree24bcc7664ddf759306fe4c3b224aa64e981fe3c4 /tensorflow/python/pywrap_tfe.i
parent39b5ffce27ef36e231d1cad923c41ecd5b8a59fd (diff)
Make tf.ResourceVariable, tf.constant_op, tf.identity, tf.colocate_with,
tf.name_scope, tf.device, tf.control_dependencies EAGER friendly. PiperOrigin-RevId: 165269572
Diffstat (limited to 'tensorflow/python/pywrap_tfe.i')
-rw-r--r--tensorflow/python/pywrap_tfe.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/pywrap_tfe.i b/tensorflow/python/pywrap_tfe.i
index e93c3c9c38..1f91259e7c 100644
--- a/tensorflow/python/pywrap_tfe.i
+++ b/tensorflow/python/pywrap_tfe.i
@@ -25,6 +25,7 @@ limitations under the License.
%rename("%s") TFE_Py_Execute;
%rename("%s") TFE_ContextAddFunctionDef;
%rename("%s") TFE_TensorHandleDim;
+%rename("%s") TFE_TensorHandleDeviceName;
%rename("%s") TFE_TensorHandleCopyToDevice;
%rename("%s") TFE_NewOp;
%rename("%s") TFE_Py_TensorHandleToNumpy;