Searched defs:tensor1 (Results 1 – 4 of 4) sorted by relevance
| /external/eigen/unsupported/test/ |
| D | cxx11_tensor_morphing.cpp | 19 Tensor<float, 5> tensor1(2,3,1,7,1); in test_simple_reshape() local 52 TensorMap<Tensor<float, 5>> tensor1(m1.data(), 2,3,5,7,11); in test_reshape_in_expr() local 139 TensorMap<Tensor<float, 2, DataLayout>> tensor1(m1.data(), 7, 7); in test_slice_in_expr() local 169 Tensor<float, 3, DataLayout> tensor1(2,2,7); in test_slice_as_lvalue() local
|
| D | cxx11_tensor_io.cpp | 73 Tensor<int, 1, DataLayout> tensor1(5); in test_output_expr() local
|
| D | cxx11_tensor_custom_op.cpp | 86 Tensor<float, 3> tensor1(2,3,5); in test_custom_binary_op() local
|
| D | cxx11_tensor_assign.cpp | 233 Tensor<int, 1> tensor1; in test_auto_resize() local
|