Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ parse
Method
parse
benchmarks/dynamo/runner.py:696–699 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
694
)
695
696
def
parse(self):
697
self.extract_df(
"accuracy"
,
"accuracy"
)
698
for
metric in self.metrics:
699
self.extract_df(metric,
"performance"
)
700
701
def
clean_batch_sizes(self, frames):
702
# Clean up batch sizes when its 0
Callers
1
__init__
Method · 0.95
Calls
1
extract_df
Method · 0.95
Tested by
no test coverage detected