Update lint check for ContextDevicePlacementPolicy since it has been moved.

PiperOrigin-RevId: 334205274
Change-Id: I783dbc691bce457127a12e32a34243ed261fe3fc
This commit is contained in:
Xiao Yu 2020-09-28 11:48:43 -07:00 committed by TensorFlower Gardener
parent 863b36dcc4
commit c8ab7af5df

View File

@ -74,7 +74,7 @@ typedef enum TFE_ContextDevicePlacementPolicy {
// Placement policy which silently copies int32 tensors but not other dtypes.
TFE_DEVICE_PLACEMENT_SILENT_FOR_INT32 = 3,
} TFE_ContextDevicePlacementPolicy;
// LINT.ThenChange(//tensorflow/core/common_runtime/eager/context.h)
// LINT.ThenChange(//tensorflow/c/eager/immediate_execution_context.h)
// Sets the default execution mode (sync/async). Note that this can be
// overridden per thread using TFE_ContextSetExecutorForThread.