Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dcodegen.cpp127 const std::unordered_set<BufPtr>& bufs_external_allocs) { in AllocBufsWithMemReuse()
209 const std::unordered_set<BufPtr>& bufs_external_allocs, in insertAllocFree()
309 const auto bufs_external_allocs = ExternalAllocBufFinder::find(stmt_); in allocIntermediateBufs() local