MCPcopy Create free account
hub / github.com/pytorch/pytorch / dump

Method dump

caffe2/python/docs/formatter.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 return self.__class__()
16
17 def dump(self):
18 return self.content
19
20 def parseAndAdd(self, text):
21 text = Parser(text, self).parse()

Callers 8

save_model_params_blobFunction · 0.45
GetGraphInJsonFunction · 0.45
getCodeLinkFunction · 0.45
getInfoMethod · 0.45
createBodyMethod · 0.45
parseTextMethod · 0.45
createBodyMethod · 0.45
makeDescMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected