MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / LocalDeviceManager

Method LocalDeviceManager

tensorflow/core/public/session.h:216–219  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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;

Callers 6

TESTFunction · 0.45
GetPeakMemoryUsageMethod · 0.45
ResetSessionMethod · 0.45
ClearAllocatorStatsMethod · 0.45

Calls 1

UnimplementedFunction · 0.85

Tested by 1

TESTFunction · 0.36