Home
last modified time | relevance | path

Searched defs:tensor (Results 1 – 25 of 26) sorted by relevance

12

/external/eigen/unsupported/test/
Dcxx11_tensor_custom_index.cpp24 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_map_as_index() local
46 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_matrix_as_index() local
64 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_varlist_as_index() local
79 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_sizes_as_index() local
Dcxx11_tensor_argmax.cpp22 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_index_tuples() local
39 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_index_tuples_dim() local
57 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_argmax_tuple_reducer() local
89 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_argmin_tuple_reducer() local
121 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_argmax() local
142 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_argmin() local
163 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_argmax_dim() local
221 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_argmin_dim() local
Dcxx11_tensor_io.cpp19 Tensor<int, 0, DataLayout> tensor; in test_output_0d() local
33 Tensor<int, 1, DataLayout> tensor(5); in test_output_1d() local
55 Tensor<int, 2, DataLayout> tensor(5, 3); in test_output_2d() local
91 Tensor<std::string, 2, DataLayout> tensor(5, 3); in test_output_string() local
107 Tensor<int, 1, DataLayout> tensor(5); in test_output_const() local
Dcxx11_tensor_ifft.cpp19 Tensor<double, 1, DataLayout> tensor(sequence_length); in test_1D_fft_ifft_invariant() local
41 Tensor<double, 2, DataLayout> tensor(dim0, dim1); in test_2D_fft_ifft_invariant() local
69 Tensor<double, 3, DataLayout> tensor(dim0, dim1, dim2); in test_3D_fft_ifft_invariant() local
101 Tensor<double, 4, DataLayout> tensor(dim0, dim1, dim2, dim3); in test_sub_fft_ifft_invariant() local
Dcxx11_tensor_layout_swap.cpp18 Tensor<float, 3, ColMajor> tensor(2,3,7); in test_simple_swap() local
38 Tensor<float, 3, ColMajor> tensor(2,3,7); in test_swap_as_lvalue() local
Dcxx11_tensor_broadcasting.cpp19 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_broadcasting() local
72 Tensor<float, 3, DataLayout> tensor(8,3,5); in test_vectorized_broadcasting() local
115 Tensor<float, 3, DataLayout> tensor(8,3,5); in test_static_broadcasting() local
Dcxx11_tensor_shuffling.cpp20 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_shuffling() local
73 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_expr_shuffling() local
136 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_shuffling_as_value() local
183 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_shuffle_unshuffle() local
Dcxx11_tensor_padding.cpp19 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_padding() local
54 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_padded_expr() local
Dcxx11_tensor_scan.cpp21 Tensor<Type, 1, DataLayout> tensor(size); in test_1d_scan() local
55 Tensor<Type, 4, DataLayout> tensor(size, size, size, size); in test_4d_scan() local
Dcxx11_tensor_index_list.cpp18 Tensor<float, 4> tensor(2,3,5,7); in test_static_index_list() local
50 Tensor<float, 5> tensor(2,3,5,7,11); in test_type2index_list() local
164 Tensor<float, 5> tensor(2,3,5,7,11); in test_type2indexpair_list() local
269 Tensor<float, 4> tensor(2,3,5,7); in test_dynamic_index_list() local
301 Tensor<float, 4> tensor(2,3,5,7); in test_mixed_index_list() local
Dcxx11_tensor_striding.cpp19 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_striding() local
72 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_striding_as_lvalue() local
Dcxx11_tensor_reduction.cpp20 Tensor<float, 0, DataLayout> tensor; in test_trivial_reductions() local
29 Tensor<float, 1, DataLayout> tensor(7); in test_trivial_reductions() local
41 Tensor<float, 2, DataLayout> tensor(2, 3); in test_trivial_reductions() local
58 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_simple_reductions() local
245 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_reductions_in_expr() local
271 Tensor<float, 2, DataLayout> tensor(2, 3); in test_full_reductions() local
313 Tensor<float, 2, DataLayout> tensor(5, 7); in test_user_defined_reductions() local
Dcxx11_tensor_volume_patch.cpp9 Tensor<float, 5> tensor(4,2,3,5,7); in test_single_voxel_patch() local
47 Tensor<float, 5> tensor(depth, patch_z, patch_y, patch_x, batch); in test_entire_volume_patch() local
Dcxx11_tensor_reverse.cpp21 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_reverse() local
99 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_expr_reverse() local
Dcxx11_tensor_chipping.cpp19 Tensor<float, 5, DataLayout> tensor(2,3,5,7,11); in test_simple_chip() local
104 Tensor<float, 5, DataLayout> tensor(2,3,5,7,11); in test_dynamic_chip() local
224 Tensor<float, 5, DataLayout> tensor = input1; in test_chip_as_lvalue() local
345 Tensor<float, 5, ColMajor> tensor(2,3,5,7,11); in test_chip_raw_data_col_major() local
380 Tensor<float, 5, RowMajor> tensor(11,7,5,3,2); in test_chip_raw_data_row_major() local
Dcxx11_tensor_morphing.cpp72 Tensor<float, 3> tensor(2,3,7); in test_reshape_as_lvalue() local
96 Tensor<float, 5, DataLayout> tensor(2,3,5,7,11); in test_simple_slice() local
229 Tensor<float, 4, DataLayout> tensor(3,5,7,11); in test_slice_raw_data() local
328 Tensor<float, 5, DataLayout> tensor(2,3,5,7,11); in test_strided_slice() local
421 Tensor<float, 2, DataLayout> tensor(7,11),tensor2(7,11); in test_strided_slice_write() local
449 Eigen::Tensor<float, 3, DataLayout> tensor = in test_composition() local
Dcxx11_tensor_inflation.cpp19 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_inflation() local
Dcxx11_tensor_image_patch.cpp18 Tensor<float, 4> tensor(2,3,5,7); in test_simple_patch() local
191 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_valid() local
268 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_valid_same_value() local
341 Tensor<float, 4> tensor(input_depth, input_rows, input_cols, input_batches); in test_patch_padding_same() local
410 Tensor<float, 3> tensor(2,3,5); in test_patch_no_extra_dim() local
Dcxx11_tensor_map.cpp238 static int f(const TensorMap<Tensor<int, 3> >& tensor) { in f()
248 Tensor<int, 3> tensor(2,3,7); in test_casting() local
Dcxx11_tensor_argmax_cuda.cu71 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_cuda_argmax_dim() local
160 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_cuda_argmin_dim() local
Dcxx11_tensor_ref.cpp93 Tensor<float, 5> tensor(2,3,5,7,11); in test_slice() local
186 Tensor<float, 5> tensor(2,3,5,7,11); in test_coeff_ref() local
Dcxx11_tensor_patch.cpp19 Tensor<float, 4, DataLayout> tensor(2,3,5,7); in test_simple_patch() local
Dcxx11_tensor_custom_op.cpp41 Tensor<float, 2> tensor(3,5); in test_custom_unary_op() local
Dcxx11_tensor_assign.cpp263 Tensor<int, 1> tensor = start_tensor; in test_compound_assign() local
Dcxx11_tensor_thread_pool.cpp325 Tensor<float, 4, DataLayout> tensor(17,5,7,11); in test_multithread_shuffle() local

12