Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebraUtils.h65 inline Tensor cloneBatchedColumnMajor(const Tensor& src) { in cloneBatchedColumnMajor() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py890 def cloneBatchedColumnMajor(src: Tensor) -> Tensor: function