(self, request)
| 741 | print(f"Worker {worker_id} setup successfully on {device}") |
| 742 | |
| 743 | def decode_request(self, request): |
| 744 | return request["input"] |
| 745 | |
| 746 | def predict(self, x): |
| 747 | if x == 0: |
nothing calls this directly
no outgoing calls
no test coverage detected