Compiles a computation. Returns an executable.
(self, computation, compile_options)
| 83 | |
| 84 | @abc.abstractmethod |
| 85 | def compile(self, computation, compile_options): |
| 86 | """Compiles a computation. Returns an executable.""" |
| 87 | |
| 88 | @abc.abstractmethod |
| 89 | def get_default_device_assignment(self, num_replicas, num_partitions): |
no outgoing calls