Home
last modified time | relevance | path

Searched full:cloned_coefficient (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_namedtuple_return_api.py90 …op(operators=['triangular_solve'], input=(a,), names=('solution', 'cloned_coefficient'), hasout=Tr…
H A Dtest_sparse_csr.py1779 actual_A_clone = actual.cloned_coefficient
2388 actual_A_clone = actual.cloned_coefficient
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py1485 @out_wrapper("solution", "cloned_coefficient")
1518 cloned_coefficient = torch.empty_strided(
1526 cloned_coefficient = self.new_empty([0])
1529 return solution, cloned_coefficient # type: ignore[possibly-undefined]
H A D_torch_docs.py11327 A namedtuple `(solution, cloned_coefficient)` where `cloned_coefficient`
11345 cloned_coefficient=tensor([[ 1.1527, -1.0753],
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dderivatives.yaml1734 …ue, bool transpose=False, bool unitriangular=False) -> (Tensor solution, Tensor cloned_coefficient)
1737 cloned_coefficient: A_t
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dnative_functions.yaml9282 …gular=False, *, Tensor(a!) X, Tensor(b!) M) -> (Tensor(a!) solution, Tensor(b!) cloned_coefficient)
9290 …ue, bool transpose=False, bool unitriangular=False) -> (Tensor solution, Tensor cloned_coefficient)