Searched full:cloned_coefficient (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/test/ |
H A D | test_namedtuple_return_api.py | 90 …op(operators=['triangular_solve'], input=(a,), names=('solution', 'cloned_coefficient'), hasout=Tr…
|
H A D | test_sparse_csr.py | 1779 actual_A_clone = actual.cloned_coefficient 2388 actual_A_clone = actual.cloned_coefficient
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _meta_registrations.py | 1485 @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.py | 11327 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 D | derivatives.yaml | 1734 …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 D | native_functions.yaml | 9282 …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)
|