Searched defs:tensor3 (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing.cpp | 23 Tensor<float, 2> tensor3(6,7); in test_simple_reshape() local 80 Tensor<float, 2> tensor3(2,13); in test_reshape_in_expr() local 163 Tensor<T, 2, DataLayout> tensor3(3,1); in test_slice_in_expr() local 195 Tensor<T, 3, DataLayout> tensor3(4,3,5); in test_slice_as_lvalue() local
|
D | cxx11_tensor_image_op_sycl.cpp | 42 Tensor<DataType, 3, DataLayout, IndexType> tensor3(slice_range); in test_image_op_sycl() local
|
D | cxx11_tensor_trace.cpp | 101 Tensor<float, 5, DataLayout> tensor3(3, 7, 3, 7, 3); in test_simple_trace() local
|
D | cxx11_tensor_assign.cpp | 235 Tensor<int, 1> tensor3(5); in test_auto_resize() local
|
D | cxx11_tensor_morphing_sycl.cpp | 41 Tensor<DataType, 2, DataLayout, IndexType> tensor3(dim3); in test_simple_reshape() local
|