MCPcopy 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
17class Augmentor(ABC):

Callers 11

augmentMethod · 0.80
augmentMethod · 0.80
__call__Method · 0.80
augmentMethod · 0.80
augmentMethod · 0.80
augmentMethod · 0.80
augmentMethod · 0.80
augmentMethod · 0.80
augmentMethod · 0.80
augmentMethod · 0.80
augmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected