From f7b60fd704ced02f250b2dd0da436cf0ad9c9a8c Mon Sep 17 00:00:00 2001 From: Alexandre Passos Date: Wed, 24 Jan 2018 14:02:14 -0800 Subject: Silent copies for int32 tensors in TFE. Fixes #16106 PiperOrigin-RevId: 183137298 --- tensorflow/python/pywrap_tfe.i | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/python/pywrap_tfe.i') diff --git a/tensorflow/python/pywrap_tfe.i b/tensorflow/python/pywrap_tfe.i index ed7e4b17ad..3f25311a83 100644 --- a/tensorflow/python/pywrap_tfe.i +++ b/tensorflow/python/pywrap_tfe.i @@ -121,6 +121,7 @@ limitations under the License. %rename("%s") TFE_DEVICE_PLACEMENT_EXPLICIT; %rename("%s") TFE_DEVICE_PLACEMENT_WARN; %rename("%s") TFE_DEVICE_PLACEMENT_SILENT; +%rename("%s") TFE_DEVICE_PLACEMENT_SILENT_FOR_INT32; %include "tensorflow/c/eager/c_api.h" -- cgit v1.2.3