Home
last modified time | relevance | path

Searched refs:conjugate_mutable_input_if_needed (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp1868 static void conjugate_mutable_input_if_needed(const Tensor& self, bool conjugate) { in conjugate_mutable_input_if_needed() function
1877 conjugate_mutable_input_if_needed(result, self_is_conj); in TORCH_IMPL_FUNC()
1879 conjugate_mutable_input_if_needed(result, self_is_conj); in TORCH_IMPL_FUNC()
1887 conjugate_mutable_input_if_needed(result, result_is_conj); in TORCH_IMPL_FUNC()
1889 conjugate_mutable_input_if_needed(result, result_is_conj); in TORCH_IMPL_FUNC()