Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorMatmul.cu311 const int64_t &self_size0 = self_shape[0], &self_size1 = self_shape[1], in bmm_nested_cuda() local
356 const int64_t &self_size0 = self_shape[0]; in bmm_nested_cuda() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorMatmul.cpp45 const int64_t& self_size0 = self_shape[0], & self_size1 = self_shape[1], in bmm_nested() local