| 451 | } |
| 452 | |
| 453 | Scope Scope::WithAssignedDevice(const string& assigned_device) const { |
| 454 | return Scope(new Impl(*this, Impl::Tags::AssignedDevice(), assigned_device)); |
| 455 | } |
| 456 | |
| 457 | Scope Scope::WithXlaCluster(const string& xla_cluster) const { |
| 458 | return Scope(new Impl(*this, Impl::Tags::XlaCluster(), xla_cluster)); |