| 97 | } |
| 98 | |
| 99 | const DeviceAssignment* ExecutableRunOptions::device_assignment() const { |
| 100 | return device_assignment_; |
| 101 | } |
| 102 | |
| 103 | ExecutableRunOptions& ExecutableRunOptions::set_gpu_executable_run_options( |
| 104 | const GpuExecutableRunOptions* gpu_executable_run_options) { |
no outgoing calls