| 334 | } |
| 335 | |
| 336 | Backend* LocalClient::mutable_backend() { |
| 337 | return local_service_->mutable_backend(); |
| 338 | } |
| 339 | |
| 340 | StatusOr<std::vector<std::unique_ptr<LocalExecutable>>> LocalClient::Compile( |
| 341 | const XlaComputation& computation, |
no outgoing calls