Home
last modified time | relevance | path

Searched defs:result_strides (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/aten/src/ATen/native/sparse/cuda/
DSparseBlasImpl.cpp514 IntArrayRef result_strides = result_->strides(); in block_sparse_mm() local
/external/pytorch/aten/src/ATen/native/cuda/
DBlas.cpp525 IntArrayRef result_strides = result.strides(); in baddbmm_out_cuda_impl() local
/external/pytorch/aten/src/ATen/native/
DBatchLinearAlgebra.cpp472 …auto result_strides = at::native::batched_matrix_contiguous_strides(B_broadcast_size, /*f_contig=*… in TORCH_META_FUNC() local
528 …auto result_strides = at::native::batched_matrix_contiguous_strides(result_shape, /*f_contig=*/lef… in TORCH_META_FUNC() local
552 auto result_strides = at::native::batched_matrix_contiguous_strides(shape, /*f-contig*=*/true); in TORCH_META_FUNC() local
607 …auto result_strides = at::native::batched_matrix_contiguous_strides(B_broadcast_size, /*f_contig=*… in TORCH_META_FUNC() local
DLinearAlgebra.cpp1415 const auto result_strides = result.strides(); in addmm_impl_cpu_() local
1688 const auto result_strides = result.strides(); in baddbmm_with_gemm_() local
DTensorAdvancedIndexing.cpp914 auto result_strides = result_nonzero.strides().vec(); in TORCH_IMPL_FUNC() local