Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A Dfunctional.py1991 def chain_matmul(*matrices, out=None): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp1104 Tensor chain_matmul(TensorList matrices) { in chain_matmul() function