Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse.py289 def test_shape(sparse_dims, nnz, with_size): argument
811 def test_shape(sparse_dims, nnz, with_size): argument
930 def test_shape(sparse_dims, nnz, with_size): argument
964 def test_shape(sparse_dims, nnz, with_size): argument
1058 def test_shape(sparse_dims, nnz, sizes): argument
1128 def test_shape(sparse_dims, nnz, sizes, unsqueeze_dim, fail_message=None): argument
1160 def test_shape(sparse_dims, nnz, sizes, select_dim, select_index, fail_message=None): argument
1207 def test_shape(sparse_dims, nnz, sizes, select_dim, select_index, fail_message=None): argument
1627 def test_shape(sparse_dims, nnz, with_shape): argument
1768 def test_shape(sparse_dims, nnz, with_size): argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dreverse_op.cc241 const Tensor& sparse_dims = context->input(1); in Compute() local