Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyGCL/PyGCL
/ unfold
Method
unfold
GCL/augmentors/augmentor.py:13–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
edge_weights: Optional[torch.FloatTensor]
12
13
def
unfold(self) -> Tuple[torch.FloatTensor, torch.LongTensor, Optional[torch.FloatTensor]]:
14
return
self.x, self.edge_index, self.edge_weights
15
16
17
class
Augmentor(ABC):
Callers
11
augment
Method · 0.80
augment
Method · 0.80
__call__
Method · 0.80
augment
Method · 0.80
augment
Method · 0.80
augment
Method · 0.80
augment
Method · 0.80
augment
Method · 0.80
augment
Method · 0.80
augment
Method · 0.80
augment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected