/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | minimal_test.py | 67 def test_slice(start, end, step): function 73 test_slice(3, 11, 1) 74 test_slice(3, 11, 2) 75 test_slice(3, 11, 3) 76 test_slice(11, 3, -1) 77 test_slice(11, 3, -2) 78 test_slice(11, 3, -3) 79 test_slice(10, 25, 4)
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_ref.cpp | 91 static void test_slice() in test_slice() function 243 CALL_SUBTEST(test_slice()); in EIGEN_DECLARE_TEST()
|
H A D | cxx11_meta.cpp | 159 static void test_slice() in test_slice() function 347 CALL_SUBTEST(test_slice()); in EIGEN_DECLARE_TEST()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit_string.py | 321 def test_slice(a: str) -> Tuple[str, str, str, str, str]: function 330 self.checkScript(test_slice, ("hellotest",))
|
H A D | test_nnapi.py | 195 def test_slice(self): member in TestNNAPI
|
/aosp_15_r20/external/rust/android-crates-io/crates/linkme/tests/ |
D | custom_linkme_path.rs | 13 fn test_slice() { in test_slice() function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_index.py | 25 def test_slice(self): member in BaseTestCase 108 def test_slice(self): member in SeqTestCase
|
D | list_tests.py | 483 def test_slice(self): member in CommonTest
|
D | test_range.py | 538 def test_slice(self): member in RangeTest
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_index.py | 35 def test_slice(self): member in BaseTestCase 86 def test_slice(self): member in SeqTestCase
|
D | test_ast.py | 223 def test_slice(self): member in AST_Tests
|
D | list_tests.py | 460 def test_slice(self): member in CommonTest
|
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/bitmap/backend/ |
D | slice.rs | 104 fn test_slice() { in test_slice() function
|
/aosp_15_r20/external/executorch/backends/arm/test/quantizer/ |
H A D | test_generic_annotater.py | 67 def test_slice(self): member in TestGenericAnnotator
|
/aosp_15_r20/external/python/jinja/tests/ |
D | test_asyncfilters.py | 216 def test_slice(env_async, items): function
|
D | test_filters.py | 71 def test_slice(self, env): member in TestFilter
|
/aosp_15_r20/external/pytorch/test/distributed/_tensor/ |
H A D | test_experimental_ops.py | 26 def test_slice(self): member in DistOtherOpsTest
|
H A D | test_tensor_ops.py | 632 def test_slice(self): member in DistTensorOpsTest
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_quant_fusion_pass.py | 127 def test_slice(self) -> None: member in TestQuantFusionPass
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_python_builtins.py | 119 def test_slice(self): member in TestPythonBuiltinOP
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_onnx_opset.py | 217 def test_slice(self): member in TestONNXOpset
|
H A D | test_pytorch_onnx_shape_inference.py | 177 def test_slice(self): member in TestONNXShapeInference
|
/aosp_15_r20/external/fonttools/Tests/ttLib/tables/ |
H A D | otConverters_test.py | 431 def test_slice(self): member in LazyListTest
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/ |
H A D | array_test.py | 201 def test_slice(self): member in ArrayTest
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
H A D | tf-to-tosa-pipeline.mlir | 488 // CHECK-LABEL: test_slice 490 func.func @test_slice(%arg0: tensor<13x21x3xf32>) -> tensor<4x11x1xf32> {
|