Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dstmt.h970 std::vector<BufPtr> buf_out_args() const { in buf_out_args() function
986 void set_buf_out_args(std::vector<BufPtr> buf_out_args) { in set_buf_out_args()
1000 std::vector<BufPtr> buf_out_args, in ExternalCallWithAlloc()
H A Dcodegen.cpp270 std::vector<BufPtr> buf_out_args = {v->buf()}; in mutate() local
H A Dir.cpp198 const std::vector<BufHandle>& buf_out_args, in make()