Returns an id that is unique to this module across all modules created over the lifetime of this process.
| 287 | // Returns an id that is unique to this module across all modules created over |
| 288 | // the lifetime of this process. |
| 289 | int unique_id() const { return unique_id_; } |
| 290 | |
| 291 | // Sets the schedule of the module to the given schedule. |
| 292 | Status set_schedule(HloSchedule schedule); |
no outgoing calls