Searched defs:test_tensors (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/test/ao/sparsity/ | ||
H A D | test_data_sparsifier.py | 461 def test_tensors(self): member in TestBaseDataSparsifier |
/aosp_15_r20/external/executorch/backends/arm/test/ops/ | ||
H A D | test_slice.py | 23 test_tensors = [(torch.ones(n),) for n in sizes] variable in TestSimpleSlice.Slice |
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ | ||
H A D | control_flow_ops_test.py | 697 def test_tensors(self): member in DataTypesTest |
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ | ||
H A D | vulkan_quantized_api_test.cpp | 369 std::array<at::Tensor, 4> test_tensors = { in TEST_F() local |
H A D | vulkan_api_test.cpp | 338 at::Tensor test_tensors[] = { in TEST_F() local |