Home
last modified time | relevance | path

Searched refs:sparse_compressed_to_sparse (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorConversions.cpp1867 Tensor sparse_compressed_to_sparse(const Tensor& self, const int64_t sparse_dim) { in sparse_compressed_to_sparse() function
1910 Tensor sparse_compressed_to_sparse(const Tensor& self, std::optional<c10::Layout> layout, OptionalI… in sparse_compressed_to_sparse() function
1920 return sparse_compressed_to_sparse(self, 2); in sparse_compressed_to_sparse()