Searched defs:tensor4 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/executorch/extension/tensor/test/ |
H A D | tensor_ptr_maker_test.cpp | 201 auto tensor4 = empty({4, 5}, exec_aten::ScalarType::Double); in TEST_F() local 230 auto tensor4 = full({4, 5}, 11, exec_aten::ScalarType::Double); in TEST_F() local 283 auto tensor4 = ones({4, 5}, exec_aten::ScalarType::Double); in TEST_F() local 313 auto tensor4 = zeros({4, 5}, exec_aten::ScalarType::Double); in TEST_F() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_morphing.cpp | 24 Tensor<float, 2> tensor4(2,21); in test_simple_reshape() local 181 TensorMap<Tensor<const T, 2, DataLayout>> tensor4(m1.data(), 7, 7); in test_slice_in_expr() local 197 Tensor<T, 3, DataLayout> tensor4(4,3,2); in test_slice_as_lvalue() local
|
H A D | cxx11_tensor_trace.cpp | 118 Tensor<float, 5, DataLayout> tensor4(3, 7, 4, 7, 5); in test_simple_trace() local
|
H A D | cxx11_tensor_assign.cpp | 236 Tensor<int, 1> tensor4(7); in test_auto_resize() local
|
H A D | cxx11_tensor_morphing_sycl.cpp | 42 Tensor<DataType, 2, DataLayout, IndexType> tensor4(dim4); in test_simple_reshape() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | CPUApplyUtils.h | 318 Tensor tensor4, in CPU_tensor_apply4()
|