(self, c_buffers, device)
| 139 | force_copy) |
| 140 | |
| 141 | def make_tuple(self, c_buffers, device): |
| 142 | return _xla.PyLocalBuffer.make_tuple(c_buffers, self.client, device) |
| 143 | |
| 144 | def compile(self, c_computation, compile_options): |
| 145 | options = _xla.ExecutableBuildOptions() |
nothing calls this directly
no test coverage detected