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

Method CreateDevices

tensorflow/compiler/jit/xla_cpu_device.cc:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Status XlaCpuDeviceFactory::CreateDevices(
49 const SessionOptions& session_options, const string& name_prefix,
50 std::vector<std::unique_ptr<Device>>* devices) {
51 return CreateDevices(session_options, name_prefix, devices,
52 nullptr, DeviceGlobalThreadPoolOptions());
53}
54
55Status XlaCpuDeviceFactory::CreateDevices(
56 const SessionOptions& session_options, const string& name_prefix,

Callers 3

EncapsulateFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls 8

GetXlaDeviceFlagsFunction · 0.85
RegisterXlaDeviceKernelsFunction · 0.85
AppendToMessageFunction · 0.85
UseGpuDeviceInfoMethod · 0.80
resetMethod · 0.45
okMethod · 0.45
push_backMethod · 0.45

Tested by 1

EncapsulateFunction · 0.36