Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/THUDM/CogDL
/ __call__
Method
__call__
examples/bgrl/utils.py:48–50 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
46
return
new_data1, new_data2
47
48
def
__call__(self, data):
49
50
return
self._feature_masking(data)
51
52
53
def
parse_args():
Callers
nothing calls this directly
Calls
1
_feature_masking
Method · 0.95
Tested by
no test coverage detected