We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a74e7 commit 4520669Copy full SHA for 4520669
tensorflow/core/common_runtime/device_factory.h
@@ -73,7 +73,7 @@ class DeviceFactory {
73
const SessionOptions& options, const string& name_prefix,
74
std::vector<std::unique_ptr<Device>>* devices,
75
const DeviceResourceMgrMap* dev_rmgr_map) {
76
- CreateDevices(options, name_prefix, devices);
+ return CreateDevices(options, name_prefix, devices);
77
}
78
79
// Return the device priority number for a "device_type" string.
0 commit comments