aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/pywrap_tfe.i
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-09-16 21:37:58 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-16 21:41:05 -0700
commitc606b0ce5c7aa034c1e165075ea660193d1c119c (patch)
treebb1aba2c30b27aa3dada6c5c6c896c7011e0f9d7 /tensorflow/python/pywrap_tfe.i
parent3aedb9b11ab435982f35f34b2b817d9c8fdd59fb (diff)
Move Python sequence -> TensorFlow Tensor conversion from
Python/NumPy to C/C++. PiperOrigin-RevId: 168983402
Diffstat (limited to 'tensorflow/python/pywrap_tfe.i')
-rw-r--r--tensorflow/python/pywrap_tfe.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/python/pywrap_tfe.i b/tensorflow/python/pywrap_tfe.i
index 07e715ede6..84a8aaa9d7 100644
--- a/tensorflow/python/pywrap_tfe.i
+++ b/tensorflow/python/pywrap_tfe.i
@@ -17,6 +17,8 @@ limitations under the License.
%rename("%s") TFE_Py_RegisterExceptionClass;
%rename("%s") TFE_Py_NumpyToTensorHandle;
+%rename("%s") TFE_Py_SequenceToTensorHandle;
+%rename("%s") TFE_Py_AllEqualInt64;
%rename("%s") TFE_NewContext;
%rename("%s") TFE_DeleteContext;
%rename("%s") TFE_ContextListDevices;