Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-pointersect
/ forward
Method
forward
cdslib/core/models/base_model.py:353–357 ·
view source on GitHub ↗
Called during training.
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
351
352
@abstractmethod
353
def
forward(self, *args, **kwargs):
354
""
"
355
Called during training.
356
""
"
357
raise
NotImplementedError
358
359
@abstractmethod
360
def
infer(self, *args, **kwargs):
Callers
1
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected