Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dfwd_decls.h106 class FreeExt; variable
H A Dstmt.h463 explicit FreeExt(std::vector<BufPtr> bufs) : bufs_(std::move(bufs)) {} in FreeExt() function