MCPcopy Create free account
hub / github.com/apple/ml-pointersect / infer

Method infer

cdslib/core/models/base_model.py:360–364  ·  view source on GitHub ↗

Called during inference.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

358
359 @abstractmethod
360 def infer(self, *args, **kwargs):
361 """
362 Called during inference.
363 """
364 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected