Home
last modified time | relevance | path

Searched refs:test_stack (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D3-2.c176 static int test_stack(pthread_attr_t * ta, size_t newsize) in test_stack() function
409 do_stack_tests = (test_stack(NULL, 0) == 0 ? 1 : 0); in main()
437 test_stack(&scenarii[sc].ta, in main()
493 test_stack(&scenarii[sc].ta, in main()
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_queuestack.py16 def test_stack(self): member in TestQueueStack
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp6956 void test_stack(const at::IntArrayRef input_shape, int64_t dim, int numTensors) { in test_stack() function
6977 test_stack({}, 0, 1); in TEST_F()
6978 test_stack({}, 0, 2); in TEST_F()
6979 test_stack({}, 0, 3); in TEST_F()
6983 test_stack({221}, 0, 2); in TEST_F()
6984 test_stack({193}, 1, 3); in TEST_F()
6986 test_stack({221}, -1, 2); in TEST_F()
6987 test_stack({193}, -2, 3); in TEST_F()
6991 test_stack({221, 193}, 0, 2); in TEST_F()
6992 test_stack({221, 193}, 1, 3); in TEST_F()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/lang/
H A Dspecial_functions_test.py85 def test_stack(self): member in SpecialFunctionsTest
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
DJamfile.v2109 [ test-bsl-run_files test_stack : A ]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/CMake/
DCMakeLists.txt331 archive_test(test_stack A)
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_dims.py310 def test_stack(self): member in TestMin
H A Dtest_vmap.py2742 def test_stack(self): member in TestVmapOperators
3815 def test_stack(self, device): member in TestVmapBatchedGradient
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
H A Dtf-to-tosa-pipeline.mlir545 // CHECK-LABEL: test_stack
548 func.func @test_stack(%arg0: tensor<13x21x3xf32>, %arg1: tensor<13x21x3xf32>, %arg2: tensor<13x21x3…
H A Dtfl-to-tosa-pipeline.mlir872 // CHECK-LABEL: test_stack
875 func.func @test_stack(%arg0: tensor<13x21x3xf32>, %arg1: tensor<13x21x3xf32>, %arg2: tensor<13x21x3…
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_shape_base.py472 def test_stack(self): member in TestStackMisc
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_tensor_ops.py235 def test_stack(self): member in DistTensorOpsTest
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_inspect.py163 def test_stack(self): member in TestInterpreterStack
/aosp_15_r20/external/pytorch/test/
H A Dtest_maskedtensor.py210 def test_stack(self, device): member in TestBasics
H A Dtest_legacy_vmap.py2009 def test_stack(self): member in TestVmapOperatorsLegacy
2737 def test_stack(self, device): member in TestVmapBatchedGradientLegacy
H A Dtest_tensor_creation_ops.py1121 def test_stack(self, device): member in TestTensorCreation
H A Dtest_jit.py5359 def test_stack(self): member in TestScript
H A Dtest_mps.py6444 def test_stack(self): member in TestMPS
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_inspect.py377 def test_stack(self): member in TestInterpreterStack
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py5268 def test_stack(self): member in CommonTemplate
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_onnxruntime.py6065 def test_stack(self): member in TestONNXRuntime