Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/mobile/
H A DCPUProfilingAllocator.cpp88 const std::vector<uint64_t>& allocation_lifetimes) { in create_and_sort_mem_events()
112 const std::vector<uint64_t>& allocation_lifetimes) { in formulate_greedy_allocation_plan()
H A DCPUProfilingAllocator.h33 std::vector<uint64_t> allocation_lifetimes; variable