Home
last modified time | relevance | path

Searched refs:test_slice (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dminimal_test.py67 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 Dcxx11_tensor_ref.cpp91 static void test_slice() in test_slice() function
243 CALL_SUBTEST(test_slice()); in EIGEN_DECLARE_TEST()
H A Dcxx11_meta.cpp159 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 Dtest_jit_string.py321 def test_slice(a: str) -> Tuple[str, str, str, str, str]: function
330 self.checkScript(test_slice, ("hellotest",))
H A Dtest_nnapi.py195 def test_slice(self): member in TestNNAPI
/aosp_15_r20/external/rust/android-crates-io/crates/linkme/tests/
Dcustom_linkme_path.rs13 fn test_slice() { in test_slice() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_index.py25 def test_slice(self): member in BaseTestCase
108 def test_slice(self): member in SeqTestCase
Dlist_tests.py483 def test_slice(self): member in CommonTest
Dtest_range.py538 def test_slice(self): member in RangeTest
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_index.py35 def test_slice(self): member in BaseTestCase
86 def test_slice(self): member in SeqTestCase
Dtest_ast.py223 def test_slice(self): member in AST_Tests
Dlist_tests.py460 def test_slice(self): member in CommonTest
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/bitmap/backend/
Dslice.rs104 fn test_slice() { in test_slice() function
/aosp_15_r20/external/executorch/backends/arm/test/quantizer/
H A Dtest_generic_annotater.py67 def test_slice(self): member in TestGenericAnnotator
/aosp_15_r20/external/python/jinja/tests/
Dtest_asyncfilters.py216 def test_slice(env_async, items): function
Dtest_filters.py71 def test_slice(self, env): member in TestFilter
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_experimental_ops.py26 def test_slice(self): member in DistOtherOpsTest
H A Dtest_tensor_ops.py632 def test_slice(self): member in DistTensorOpsTest
/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_quant_fusion_pass.py127 def test_slice(self) -> None: member in TestQuantFusionPass
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_python_builtins.py119 def test_slice(self): member in TestPythonBuiltinOP
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_onnx_opset.py217 def test_slice(self): member in TestONNXOpset
H A Dtest_pytorch_onnx_shape_inference.py177 def test_slice(self): member in TestONNXShapeInference
/aosp_15_r20/external/fonttools/Tests/ttLib/tables/
H A DotConverters_test.py431 def test_slice(self): member in LazyListTest
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Darray_test.py201 def test_slice(self): member in ArrayTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
H A Dtf-to-tosa-pipeline.mlir488 // CHECK-LABEL: test_slice
490 func.func @test_slice(%arg0: tensor<13x21x3xf32>) -> tensor<4x11x1xf32> {

12