Searched defs:linalg_householder_product (Results 1 – 2 of 2) sorted by relevance
2561 Tensor linalg_householder_product(const Tensor& input, const Tensor& tau) { in linalg_householder_product() function
956 def linalg_householder_product(input: Tensor, tau: Tensor) -> Tensor: function