Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_onnx
Method · 0.45
parseAndAdd
Method · 0.45
gen_proto_typestubs_helper.py
File · 0.45
Calls
1
parseText
Method · 0.95
Tested by
1
build_engine_onnx
Method · 0.36