Home
last modified time | relevance | path

Searched defs:num_matrices (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Ddeterminant_op_gpu.cu.cc94 const int64 num_matrices = output.size(); in operator ()() local
117 const int64 num_matrices = sign.size(); in operator ()() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseCUDATensorMath.cu678 int64_t num_matrices, in search_end_matrix_indices_cuda_kernel()
717 void search_end_matrix_indices(int64_t* mat_el_end_indices, int64_t num_matrices, const Tensor& ind… in search_end_matrix_indices()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseTensorMath.cpp1986 int64_t num_matrices = self_coalesced.size(0); in bmm_out_sparse_cpu() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp2244 void _fill_matrix_powers(Tensor& buffer, const Tensor& a, int num_matrices) { in _fill_matrix_powers()