Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDistance.cpp117 std::vector<SymInt> tensor1_expand_size(expand_batch_portion); in cdist_impl() local
202 std::vector<int64_t> tensor1_expand_size(expand_batch_portion); in _cdist_backward() local
H A DLinearAlgebra.cpp2126 const auto tensor1_expand_size = [&output_shape, n, m1]{ DimVector ret(output_shape); in _matmul_impl() local