aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/pywrap_tfe.i
diff options
context:
space:
mode:
authorGravatar Alexandre Passos <apassos@google.com>2017-10-20 15:35:10 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-20 15:44:45 -0700
commit985031a10194c219f7e5f532a703b8b07e85faac (patch)
treef304d395b0760b8a8e7ed7141aa95fd787affac1 /tensorflow/python/pywrap_tfe.i
parentf5b14e496ff2880566a09dbfd36df7c3485dc113 (diff)
Allows tfe.enable_eager_execution(device_policy=tfe.DEVICE_POLICY_WARN).
PiperOrigin-RevId: 172943398
Diffstat (limited to 'tensorflow/python/pywrap_tfe.i')
-rw-r--r--tensorflow/python/pywrap_tfe.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/python/pywrap_tfe.i b/tensorflow/python/pywrap_tfe.i
index 36c09c20c2..fa36b77311 100644
--- a/tensorflow/python/pywrap_tfe.i
+++ b/tensorflow/python/pywrap_tfe.i
@@ -32,6 +32,7 @@ limitations under the License.
%rename("%s") TFE_Py_TapeExport;
%rename("%s") TFE_NewContextOptions;
%rename("%s") TFE_ContextOptionsSetConfig;
+%rename("%s") TFE_ContextOptionsSetDevicePlacementPolicy;
%rename("%s") TFE_DeleteContextOptions;
%{
@@ -101,6 +102,11 @@ limitations under the License.
}
}
+%rename("%s") TFE_ContextDevicePlacementPolicy;
+%rename("%s") TFE_DEVICE_PLACEMENT_EXPLICIT;
+%rename("%s") TFE_DEVICE_PLACEMENT_WARN;
+%rename("%s") TFE_DEVICE_PLACEMENT_SILENT;
+
%include "tensorflow/c/eager/c_api.h"
%typemap(in) TFE_InputTensorHandles* inputs (TFE_InputTensorHandles temp) {