Searched refs:created_devices (Results 1 – 1 of 1) sorted by relevance
105 std::vector<std::unique_ptr<Device>> created_devices; in ProcessFunctionLibraryRuntimeTest() local107 &created_devices)); in ProcessFunctionLibraryRuntimeTest()109 device2_ = std::move(created_devices[2]); in ProcessFunctionLibraryRuntimeTest()110 created_devices.erase(created_devices.begin() + 2); in ProcessFunctionLibraryRuntimeTest()113 TF_CHECK_OK(device_mgr_->AddDevices(std::move(created_devices))); in ProcessFunctionLibraryRuntimeTest()