aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/pywrap_tfe.i
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-11-30 00:18:03 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-30 00:24:48 -0800
commit4422aaa61338c3af8ce80034d92693a1bd33b09d (patch)
tree9356e03438c30251cf3d5d8fb87d18bb9de9f13b /tensorflow/python/pywrap_tfe.i
parentb97585f5d2157b1e0273a4b20a568635fb58ad57 (diff)
Automated g4 rollback of changelist 177375237
PiperOrigin-RevId: 177418947
Diffstat (limited to 'tensorflow/python/pywrap_tfe.i')
-rw-r--r--tensorflow/python/pywrap_tfe.i3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/python/pywrap_tfe.i b/tensorflow/python/pywrap_tfe.i
index 82750e9e49..82b154164e 100644
--- a/tensorflow/python/pywrap_tfe.i
+++ b/tensorflow/python/pywrap_tfe.i
@@ -18,7 +18,6 @@ limitations under the License.
%rename("%s") TFE_NewContext;
%rename("%s") TFE_DeleteContext;
%rename("%s") TFE_ContextListDevices;
-%rename("%s") TFE_ContextAddFunction;
%rename("%s") TFE_ContextAddFunctionDef;
%rename("%s") TFE_OpNameGetAttrType;
%rename("%s") TFE_Py_InitEagerTensor;
@@ -150,7 +149,7 @@ limitations under the License.
}
$1 = &temp;
$1->resize(PyInt_AsLong($input), nullptr);
-}
+}
// Create new Status object.
%typemap(in, numinputs=0) TF_Status *out_status {