Called during inference.
(self, *args, **kwargs)
| 358 | |
| 359 | @abstractmethod |
| 360 | def infer(self, *args, **kwargs): |
| 361 | """ |
| 362 | Called during inference. |
| 363 | """ |
| 364 | raise NotImplementedError |
nothing calls this directly
no outgoing calls
no test coverage detected