Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_ref.cpp91 static void test_slice() in test_slice() function
243 CALL_SUBTEST(test_slice()); in EIGEN_DECLARE_TEST()
Dcxx11_meta.cpp159 static void test_slice() in test_slice() function
347 CALL_SUBTEST(test_slice()); in EIGEN_DECLARE_TEST()
/external/rust/crates/structopt/tests/
Dnon_literal_attributes.rs38 fn test_slice() { in test_slice() function
/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
Dstring_tests.py1198 def test_slice(self): member in MixinStrUnicodeUserStringTest
Dtest_array.py1496 def test_slice(self, size): member in LargeArrayTest
Dtest_ast.py322 def test_slice(self): member in AST_Tests
/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
/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
Dstring_tests.py1048 def test_slice(self): member in MixinStrUnicodeUserStringTest
/external/fonttools/Tests/ttLib/tables/
DotConverters_test.py360 def test_slice(self): member in LazyListTest
/external/tensorflow/tensorflow/python/ops/parallel_for/
Darray_test.py195 def test_slice(self): member in ArrayTest
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir490 // CHECK-LABEL: test_slice
492 func @test_slice(%arg0: tensor<13x21x3xf32>) -> tensor<4x11x1xf32> {
Dtfl-to-tosa-pipeline.mlir586 // CHECK-LABEL: test_slice
588 func @test_slice(%arg0: tensor<13x21x3xf32>) -> tensor<4x11x1xf32> {
/external/python/cffi/c/
Dtest_c.py3203 def test_slice(): function