Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp3386 Tensor& kron_out(Tensor& result) const { in kron_out() function
3417 Tensor& kron_out(const Tensor& self, const Tensor& other, Tensor& result) { in kron_out() function