Fix comment ypo

PiperOrigin-RevId: 163266376
This commit is contained in:
Asim Shankar 2017-07-26 15:34:53 -07:00 committed by TensorFlower Gardener
parent 08790e73d1
commit 69e323cc62

View File

@ -186,9 +186,8 @@ class Session {
/// the `SessionOptions::target` field). /// the `SessionOptions::target` field).
virtual Status Close() = 0; virtual Status Close() = 0;
// NOTE(ashankar): As of July 2017, this is was a method added to // NOTE(ashankar): As of July 2017, this method was added to faciliate some
// faciliate some experimentation. Reconsider/re-evaluate after // experimentation. Reconsider/re-evaluate after September 2017.
// September 2017.
// //
// Sets `*output` to the `DeviceMgr` that owns accessible devices in the // Sets `*output` to the `DeviceMgr` that owns accessible devices in the
// address-space of the caller. // address-space of the caller.