| 183 | } |
| 184 | |
| 185 | port::Status StreamExecutor::Init(DeviceOptions device_options) { |
| 186 | return implementation_->Init(device_ordinal_, std::move(device_options)); |
| 187 | } |
| 188 | |
| 189 | port::Status StreamExecutor::Init() { return Init(DeviceOptions::Default()); } |
| 190 |