Update lint check for ContextDevicePlacementPolicy since it has been moved.
PiperOrigin-RevId: 334205274 Change-Id: I783dbc691bce457127a12e32a34243ed261fe3fc
This commit is contained in:
parent
863b36dcc4
commit
c8ab7af5df
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user