aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/pywrap_tfe.i
diff options
context:
space:
mode:
authorGravatar Akshay Modi <nareshmodi@google.com>2018-03-02 15:11:13 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-02 15:15:28 -0800
commit6d014ecbd63fec208742b327b94c39afd4953fb8 (patch)
treed18f11a93c8bf4b2d4aca28fb70915f3782c5c41 /tensorflow/python/pywrap_tfe.i
parent809c84dc3a6252efab2b366f167135ed7826dee7 (diff)
ReadVariableOp in C for eager (only for the fastpath)
PiperOrigin-RevId: 187676012
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 7ab0db5268..b481ddf5d4 100644
--- a/tensorflow/python/pywrap_tfe.i
+++ b/tensorflow/python/pywrap_tfe.i
@@ -31,6 +31,7 @@ limitations under the License.
%rename("%s") TFE_Py_RegisterExceptionClass;
%rename("%s") TFE_Py_RegisterBackwardFunctionGetter;
%rename("%s") TFE_Py_RegisterFallbackExceptionClass;
+%rename("%s") TFE_Py_RegisterResourceVariableType;
%rename("%s") TFE_Py_Execute;
%rename("%s") TFE_Py_FastPathExecute;
%rename("%s") TFE_Py_RecordGradient;