[TF2XLA] [NFC] Remove misleading comment

PiperOrigin-RevId: 328650351
Change-Id: I6fcfa84da12e248116c270d9d70e440c7e70a5f7
This commit is contained in:
George Karpenkov 2020-08-26 18:27:01 -07:00 committed by TensorFlower Gardener
parent b043787c19
commit 880678767f

View File

@ -129,8 +129,6 @@ class XlaCompiler {
// Resource updates are converted into input / output of xla. The two
// buffers are aliased with other if this option is true.
//
// Currently only supports TPU.
bool alias_resource_update = false;
};