MCPcopy Create free account
hub / github.com/PyGCL/PyGCL / augment

Method augment

GCL/augmentors/augmentor.py:23–24  ·  view source on GitHub ↗
(self, g: Graph)

Source from the content-addressed store, hash-verified

21
22 @abstractmethod
23 def augment(self, g: Graph) -> Graph:
24 raise NotImplementedError(f"GraphAug.augment should be implemented.")
25
26 def __call__(
27 self, x: torch.FloatTensor,

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected