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

Method parse

caffe2/python/docs/parser.py:94–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 self.text = ' '.join(self.lines)
93
94 def parse(self):
95 self.parseText()
96 return self.text

Callers 3

build_engine_onnxMethod · 0.45
parseAndAddMethod · 0.45

Calls 1

parseTextMethod · 0.95

Tested by 1

build_engine_onnxMethod · 0.36