Home
last modified time | relevance | path

Searched refs:local_device_mgr (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc85 new DeviceResolverLocal(local_device_mgr())); in EagerContext()
87 opts.config, local_device_mgr(), drl.get(), in EagerContext()
90 opts.config, local_device_mgr(), std::move(drl), std::move(cprl))); in EagerContext()
464 DeviceMgr* local_device_mgr, int keep_alive_secs) { in InitializeRemote() argument
475 local_unowned_device_manager_ = local_device_mgr; in InitializeRemote()
Dcontext.h172 const tensorflow::DeviceMgr* local_device_mgr() const { in local_device_mgr() function
223 DeviceMgr* local_device_mgr, int keep_alive_secs);
Dexecute.cc248 return ctx->local_device_mgr()->LookupDevice(d->name(), &tmp).ok(); in IsLocal()
282 auto status = ctx->local_device_mgr()->LookupDevice(device_name, device); in FindDeviceFromName()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc369 ctx->context.local_device_mgr()->ListDeviceAttributes(&list->response); in TFE_ContextListDevices()