Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorMatmul.cu310 …const IntArrayRef &self_shape = get_size_for_index(self, i), &mat2_shape = get_size_for_index(mat2… in bmm_nested_cuda() local
355 const IntArrayRef& mat2_shape = get_size_for_index(mat2, i); in bmm_nested_cuda() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorMatmul.cpp44 const IntArrayRef& mat2_shape = get_size_for_index(mat2, i); in bmm_nested() local