Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDistance.cpp126 …Tensor tensor1_expanded = x1.expand_symint(tensor1_expand_size).contiguous().view_symint(tensor1_v… in cdist_impl() local
H A DLinearAlgebra.cpp2129 const auto tensor1_expanded = tensor1.expand(tensor1_expand_size) in _matmul_impl() local