Home
last modified time | relevance | path

Searched defs:MemEvent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/c10/mobile/
H A DCPUProfilingAllocator.cpp24 struct MemEvent { struct
25 uint64_t time;
26 uint64_t allocation_id;
27 uint64_t size;
28 EventType type{EventType::Invalid};
29 MemEvent(uint64_t t, uint64_t id, uint64_t s, EventType e) in MemEvent() argument
/aosp_15_r20/external/executorch/profiler/
H A Dparse_profiler_results.py104 class MemEvent: class
358 def mem_profile_table(mem_allocations: Dict[str, List[MemEvent]]) -> List[PrettyTable]: