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

Method CreateDevices

tensorflow/compiler/jit/xla_gpu_device.cc:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88Status XlaGpuDeviceFactory::CreateDevices(
89 const SessionOptions& session_options, const string& name_prefix,
90 std::vector<std::unique_ptr<Device>>* devices) {
91 return CreateDevices(session_options, name_prefix, devices, nullptr,
92 DeviceGlobalThreadPoolOptions());
93}
94
95Status XlaGpuDeviceFactory::CreateDevices(
96 const SessionOptions& session_options, const string& name_prefix,

Callers

nothing calls this directly

Calls 12

RegisterXlaDeviceKernelsFunction · 0.85
AppendToMessageFunction · 0.85
UseGpuDeviceInfoMethod · 0.80
ParseVisibleDeviceListFunction · 0.70
okMethod · 0.45
statusMethod · 0.45
emplaceMethod · 0.45
VisibleDeviceCountMethod · 0.45
insertMethod · 0.45
resetMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected