aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/pywrap_tfe.i
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-15 16:54:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-15 16:57:31 -0700
commit9becad6749f7291fb6584df49ee91257ce7ff869 (patch)
tree7a016d66acf9642bd60c270cbac2da41be891bcb /tensorflow/python/pywrap_tfe.i
parent477d49c9eaafc5e1e1667d454ce5883956180713 (diff)
Expose TFE_DeleteContext in pywrap_tensorflow.
PiperOrigin-RevId: 165379414
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 1f91259e7c..ffa6d10cfa 100644
--- a/tensorflow/python/pywrap_tfe.i
+++ b/tensorflow/python/pywrap_tfe.i
@@ -18,6 +18,7 @@ limitations under the License.
%rename("%s") TFE_Py_RegisterExceptionClass;
%rename("%s") TFE_Py_NumpyToTensorHandle;
%rename("%s") TFE_NewContext;
+%rename("%s") TFE_DeleteContext;
%rename("%s") TFE_ContextListDevices;
%rename("%s") TFE_TensorHandleDataType;
%rename("%s") TFE_TensorHandleNumDims;