MCPcopy Create free account
hub / github.com/pytorch/executorch / MemEvent

Class MemEvent

profiler/parse_profiler_results.py:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102@dataclasses.dataclass
103class MemEvent:
104 allocator_name: str
105 total_allocations_done: int
106
107
108def adjust_time_scale(event: ProfileData, time_scale: TimeScale):

Callers 1

parse_prof_blocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected