Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DExpandUtils.h101 const Tensor& to_expand) { in expand_inplace()
115 const Tensor& to_expand, in expand_inplace()
394 const Tensor& to_expand, in expand_size()
408 const Tensor& to_expand, in expand_size()
420 inline std::vector<Tensor> expand_outplace(TensorList to_expand) { in expand_outplace()
H A DExpandBase.h23 const TensorBase& to_expand) { in expand_inplace()