From 23e94a4ceb5c0dd2fac8e53d6ceadd2d2b3e9b5e Mon Sep 17 00:00:00 2001 From: Alexandre Passos Date: Mon, 13 Nov 2017 07:51:58 -0800 Subject: Moves tape.watch_variable to C. Prequel to moving the tape stack to C. PiperOrigin-RevId: 175531148 --- tensorflow/python/pywrap_tfe.i | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tensorflow/python/pywrap_tfe.i') diff --git a/tensorflow/python/pywrap_tfe.i b/tensorflow/python/pywrap_tfe.i index cbacf458a0..5ca0e57286 100644 --- a/tensorflow/python/pywrap_tfe.i +++ b/tensorflow/python/pywrap_tfe.i @@ -30,6 +30,8 @@ limitations under the License. %rename("%s") TFE_Py_TapeDeleteTrace; %rename("%s") TFE_Py_TapeRecordOperation; %rename("%s") TFE_Py_TapeGradient; +%rename("%s") TFE_Py_TapeWatchVariable; +%rename("%s") TFE_Py_TapeWatchedVariables; %rename("%s") TFE_NewContextOptions; %rename("%s") TFE_ContextOptionsSetConfig; %rename("%s") TFE_ContextOptionsSetDevicePlacementPolicy; -- cgit v1.2.3