Home
last modified time | relevance | path

Searched refs:test_sparse (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/
Dhash_quality_test.rs340 fn test_sparse<T: Hasher>(hasher: impl Fn() -> T) { in test_sparse() function
436 test_sparse(|| AHasher::new_with_keys(0, 0)); in test_no_sparse_collisions()
437 test_sparse(|| AHasher::new_with_keys(1, 2)); in test_no_sparse_collisions()
531 test_sparse(|| AHasher::test_with_keys(0, 0)); in aes_no_sparse_collisions()
532 test_sparse(|| AHasher::test_with_keys(1, 2)); in aes_no_sparse_collisions()
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/tests/
Dspooled.rs204 fn test_sparse(t: &mut SpooledTempFile) { in test_sparse() function
217 test_sparse(&mut t); in test_sparse_buffer()
223 test_sparse(&mut t); in test_sparse_file()
/aosp_15_r20/external/google-smali/baksmali/src/test/resources/SwitchTest/
H A DUnorderedSparseSwitchInput.smali4 .method public static test_sparse-switch()V
H A DUnorderedSparseSwitchOutput.smali3 .method public static test_sparse-switch()V
/aosp_15_r20/external/liburing/test/
H A Dfile-register.c299 static int test_sparse(struct io_uring *ring) in test_sparse() function
865 ret = test_sparse(&ring); in main()
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/
H A Dtest_index_tricks.py259 def test_sparse(self): member in TestGrid
H A Dtest_function_base.py2317 def test_sparse(self): member in TestMeshgrid
/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_ndarray_methods.py162 def test_sparse(self): member in TestNonzero
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
H A Dsparse_cross_op_test.py506 def test_sparse(self): member in SparseCrossV2OpTest
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_tempfile.py933 def test_sparse(self): member in test_SpooledTemporaryFile
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_numeric.py1087 def test_sparse(self): member in TestNonzeroAndCountNonzero
2890 def test_sparse(self): member in TestIndices
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tempfile.py1170 def test_sparse(self): member in TestSpooledTemporaryFile
/aosp_15_r20/external/pytorch/
H A D.lintrunner.toml1146 'test/test_sparse.py',
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_module.py2004 def test_sparse(self): member in TestReferenceQuantizedModule
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse_csr.py28 from test_sparse import CUSPARSE_SPMM_COMPLEX128_SUPPORTED, HIPSPARSE_SPMM_COMPLEX128_SUPPORTED
H A Dtest_jit.py75 from jit.test_sparse import TestSparse # noqa: F401