MCPcopy Create free account
hub / github.com/chengsen/PyTorch_TextGCN / __repr__

Method __repr__

layer.py:38–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 return output
37
38 def __repr__(self):
39 return self.__class__.__name__ + ' (' \
40 + str(self.in_features) + ' -> ' \
41 + str(self.out_features) + ')'
42
43
44class GCN(Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected