Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-pointersect
/ __call__
Method
__call__
cdslib/core/models/base_model.py:330–331 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
328
raise
NotImplementedError(f
"{ddp_type}"
)
329
330
def
__call__(self, *args, **kwargs):
331
return
self.forward(*args, **kwargs)
332
333
def
__str__(self):
334
s = self.__class__.__name__
Callers
nothing calls this directly
Calls
1
forward
Method · 0.95
Tested by
no test coverage detected