Home
last modified time | relevance | path

Searched defs:test_shape (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse.py289 def test_shape(sparse_dims, nnz, with_size): function
811 def test_shape(sparse_dims, nnz, with_size): function
930 def test_shape(sparse_dims, nnz, with_size): function
964 def test_shape(sparse_dims, nnz, with_size): function
1005 def test_shape(di, dj, dk, nnz): function
1058 def test_shape(sparse_dims, nnz, sizes): function
1128 def test_shape(sparse_dims, nnz, sizes, unsqueeze_dim, fail_message=None): function
1160 def test_shape(sparse_dims, nnz, sizes, select_dim, select_index, fail_message=None): function
1207 def test_shape(sparse_dims, nnz, sizes, select_dim, select_index, fail_message=None): function
1334 def test_shape(di, dj, dk, nnz): function
[all …]
H A Dtest_sparse_csr.py1839 def test_shape(di, dj, dk, nnz0=None, nnz1=None): function
1941 def test_shape(d1, d2, d3, nnz, transposed, index_dtype): function
1960 def test_shape(m, n, p, nnz, broadcast, index_dtype, alpha_beta=None): function
H A Dtest_nn.py5534 def test_shape(N, C, IH, IW, H, W, mode, padding_mode, align_corners): function
5895 def test_shape(N, C, ID, IH, IW, D, H, W, mode, padding_mode, align_corners): function
H A Dtest_mps.py10607 def test_shape(N, C, IH, IW, H, W, mode, padding_mode, align_corners): function
H A Dtest_autograd.py3917 def test_shape(self): member in TestAutograd
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_utils_test.cc352 for (const TensorShape& test_shape : kTensorShapes) { in TEST_P() local
455 for (const TensorShape& test_shape : kTensorShapes) { in TEST_P() local
495 for (const TensorShape& test_shape : kTensorShapes) { in TEST_P() local
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-shape.c112 test_shape (void) in test_shape() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_array_ops_test.py274 def test_shape(self): member in StructuredArrayOpsTest
/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_basic.py263 def test_shape(self, func): member in TestShapeLikeToArray
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Darray_test.py91 def test_shape(self): member in ArrayTest
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dsub_test.cc424 const std::vector<int> test_shape = {18}; in TEST() local
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_serialize.py750 def test_shape(self): member in TestDeserialize
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_eager_transforms.py305 def test_shape(self, device): member in TestGradTransform