Home
last modified time | relevance | path

Searched defs:test_sum (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_pdt.py177 def test_sum(self, a): member in TestPDT.test_class_methods.PDTModel
360 def test_sum(a, b): function
/aosp_15_r20/external/pytorch/test/
H A D_test_bazel.py15 def test_sum() -> None: function
H A Dtest_maskedtensor.py546 def test_sum(self): member in TestReductions
H A Dtest_sparse_csr.py2965 def test_sum(self, device, dtype): member in TestSparseCSR
H A Dtest_sparse.py4018 def test_sum(self, device, dtype, coalesced): member in TestSparse
H A Dtest_nestedtensor.py1610 def test_sum(device, dtype, ntensors, max_sizes, dim, keepdim=True): function
H A Dtest_mps.py5667 def test_sum(self): member in TestMPS
H A Dtest_jit.py5299 def test_sum(self): member in TestScript
/aosp_15_r20/external/python/jinja/tests/
Dtest_asyncfilters.py185 def test_sum(env_async, items): function
Dtest_filters.py381 def test_sum(self, env): member in TestFilter
/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_reductions.py170 def test_sum(self): member in TestSum
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dfunctions.rs983 fn test_sum() -> Result<()> { in test_sum() function
/aosp_15_r20/external/python/absl-py/absl/testing/tests/
Dparameterized_test.py341 def test_sum(self, a, b, c): member in ParameterizedTestsTest.MultiGeneratorsTestCase
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_operators.py495 def test_sum(self): member in TestOperators
H A Dtest_pytorch_onnx_onnxruntime.py12492 def test_sum(self): member in TestONNXRuntime
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_builtin.py1339 def test_sum(self): member in BuiltinTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_builtin.py1602 def test_sum(self): member in BuiltinTest
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_numeric.py311 def test_sum(self): member in TestNonarrayArgs
H A Dtest_multiarray.py1327 def test_sum(self): member in TestBool
/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/
Dlib.rs2902 fn test_sum() { in test_sum() function
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_vmap.py2870 def test_sum(self): member in TestVmapOperators
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_functions.py1470 def test_sum(a, b, c, d): member in FunctionTests
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py7259 def test_sum(self): member in TestQuantizeFxOps
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp5011 void test_sum(const at::IntArrayRef input_shape) { in test_sum() function