NOTE(ashankar): As of July 2017, this method was added to facilitate some experimentation. Reconsider/re-evaluate after September 2017. Sets `*output` to the `DeviceMgr` that owns accessible devices in the address-space of the caller.
| 214 | // Sets `*output` to the `DeviceMgr` that owns accessible devices in the |
| 215 | // address-space of the caller. |
| 216 | virtual Status LocalDeviceManager(const DeviceMgr** output) { |
| 217 | return errors::Unimplemented( |
| 218 | "LocalDeviceManager is not supported for this session."); |
| 219 | } |
| 220 | |
| 221 | /// \brief A handle to a subgraph, created with `Session::MakeCallable()`. |
| 222 | typedef int64 CallableHandle; |