Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DBatchLinearAlgebra.cpp2561 Tensor linalg_householder_product(const Tensor& input, const Tensor& tau) { in linalg_householder_product() function
/external/pytorch/torch/
D_meta_registrations.py956 def linalg_householder_product(input: Tensor, tau: Tensor) -> Tensor: function