Home
last modified time | relevance | path

Searched refs:setRandom (Results 1 – 25 of 191) sorted by relevance

12345678

/external/eigen/unsupported/test/
Dcxx11_tensor_contraction.cpp26 mat1.setRandom(); in test_evals()
27 mat2.setRandom(); in test_evals()
28 mat3.setRandom(); in test_evals()
87 vec1.setRandom(); in test_scalar()
88 vec2.setRandom(); in test_scalar()
106 mat1.setRandom(); in test_multidims()
107 mat2.setRandom(); in test_multidims()
140 mat4.setRandom(); in test_multidims()
141 mat5.setRandom(); in test_multidims()
162 t1.setRandom(); in test_holes()
[all …]
Dopenglsupport.cpp32 TYPE value; value.setRandom(); \
140 Matrix4f mf44; mf44.setRandom(); in test_openglsupport()
143 Matrix4d md44; md44.setRandom(); in test_openglsupport()
155 Transform<float,3,AffineCompact> acf3; acf3.matrix().setRandom(); in test_openglsupport()
163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom(); in test_openglsupport()
167 Transform<double,3,AffineCompact> acd3; acd3.matrix().setRandom(); in test_openglsupport()
175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom(); in test_openglsupport()
181 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 0; in test_openglsupport()
183 Vector2d vd2; vd2.setRandom(); Vector3d vd23; vd23 << vd2, 0; in test_openglsupport()
186 Vector3f vf3; vf3.setRandom(); in test_openglsupport()
[all …]
Dcxx11_tensor_of_complex.cpp39 data1.setRandom(); in test_abs()
40 data2.setRandom(); in test_abs()
56 data1.setRandom(); in test_conjugate()
57 data2.setRandom(); in test_conjugate()
58 data3.setRandom(); in test_conjugate()
76 t_left.setRandom(); in test_contractions()
77 t_right.setRandom(); in test_contractions()
Dcxx11_tensor_ref.cpp20 input.setRandom(); in test_simple_lvalue_ref()
51 input1.setRandom(); in test_simple_rvalue_ref()
53 input2.setRandom(); in test_simple_rvalue_ref()
73 input.setRandom(); in test_multiple_dims()
94 tensor.setRandom(); in test_slice()
122 input.setRandom(); in test_ref_of_ref()
153 input.setRandom(); in test_ref_in_expr()
157 result.setRandom(); in test_ref_in_expr()
161 bias.setRandom(); in test_ref_in_expr()
187 tensor.setRandom(); in test_coeff_ref()
[all …]
Dcxx11_tensor_concatenation.cpp21 left.setRandom(); in test_dimension_failures()
22 right.setRandom(); in test_dimension_failures()
61 left.setRandom(); in test_simple_concatenation()
62 right.setRandom(); in test_simple_concatenation()
110 t1.setRandom(); in test_concatenation_as_lvalue()
111 t2.setRandom(); in test_concatenation_as_lvalue()
114 result.setRandom(); in test_concatenation_as_lvalue()
Dcxx11_tensor_casts.cpp22 chartensor.setRandom(); in test_simple_cast()
24 cplextensor.setRandom(); in test_simple_cast()
43 ftensor.setRandom(); in test_vectorized_cast()
45 dtensor.setRandom(); in test_vectorized_cast()
81 dtensor.setRandom(); in test_big_to_small_type_cast()
96 ftensor.setRandom(); in test_small_to_big_type_cast()
Dcxx11_tensor_morphing.cpp20 tensor1.setRandom(); in test_simple_reshape()
48 m1.setRandom(); in test_reshape_in_expr()
49 m2.setRandom(); in test_reshape_in_expr()
73 tensor.setRandom(); in test_reshape_as_lvalue()
97 tensor.setRandom(); in test_simple_slice()
134 m1.setRandom(); in test_slice_in_expr()
135 m2.setRandom(); in test_slice_in_expr()
170 tensor1.setRandom(); in test_slice_as_lvalue()
172 tensor2.setRandom(); in test_slice_as_lvalue()
174 tensor3.setRandom(); in test_slice_as_lvalue()
[all …]
Dcxx11_tensor_sugar.cpp13 t.setRandom(); in test_comparison_sugar()
39 A.setRandom(); in test_scalar_sugar_add_mul()
40 B.setRandom(); in test_scalar_sugar_add_mul()
59 A.setRandom(); in test_scalar_sugar_sub_div()
60 B.setRandom(); in test_scalar_sugar_sub_div()
Dcxx11_tensor_thread_pool.cpp26 in1.setRandom(); in test_multithread_elementwise()
27 in2.setRandom(); in test_multithread_elementwise()
49 in1.setRandom(); in test_multithread_compound_assignment()
50 in2.setRandom(); in test_multithread_compound_assignment()
73 t_left.setRandom(); in test_multithread_contraction()
74 t_right.setRandom(); in test_multithread_contraction()
206 left.setRandom(); in test_multithread_contraction_agrees_with_singlethread()
207 right.setRandom(); in test_multithread_contraction_agrees_with_singlethread()
245 left.setRandom(); in test_full_contraction()
246 right.setRandom(); in test_full_contraction()
[all …]
Dcxx11_tensor_chipping.cpp20 tensor.setRandom(); in test_simple_chip()
105 tensor.setRandom(); in test_dynamic_chip()
187 input1.setRandom(); in test_chip_in_expr()
189 input2.setRandom(); in test_chip_in_expr()
204 input3.setRandom(); in test_chip_in_expr()
220 input1.setRandom(); in test_chip_as_lvalue()
223 input2.setRandom(); in test_chip_as_lvalue()
243 input3.setRandom(); in test_chip_as_lvalue()
263 input4.setRandom(); in test_chip_as_lvalue()
283 input5.setRandom(); in test_chip_as_lvalue()
[all …]
Dcxx11_tensor_convolution.cpp23 input.setRandom(); in test_evals()
24 kernel.setRandom(); in test_evals()
50 input.setRandom(); in test_expr()
51 kernel.setRandom(); in test_expr()
119 input.setRandom(); in test_strides()
120 kernel.setRandom(); in test_strides()
Dcxx11_tensor_argmax.cpp23 tensor.setRandom(); in test_simple_index_tuples()
40 tensor.setRandom(); in test_index_tuples_dim()
58 tensor.setRandom(); in test_argmax_tuple_reducer()
90 tensor.setRandom(); in test_argmin_tuple_reducer()
122 tensor.setRandom(); in test_simple_argmax()
143 tensor.setRandom(); in test_simple_argmin()
167 tensor.setRandom(); in test_argmax_dim()
225 tensor.setRandom(); in test_argmin_dim()
Dcxx11_tensor_broadcasting.cpp20 tensor.setRandom(); in test_simple_broadcasting()
73 tensor.setRandom(); in test_vectorized_broadcasting()
95 tensor.setRandom(); in test_vectorized_broadcasting()
116 tensor.setRandom(); in test_static_broadcasting()
143 tensor.setRandom(); in test_static_broadcasting()
166 t1.setRandom(); in test_fixed_size_broadcasting()
Dcxx11_tensor_custom_index.cpp25 tensor.setRandom(); in test_map_as_index()
47 tensor.setRandom(); in test_matrix_as_index()
65 tensor.setRandom(); in test_varlist_as_index()
80 tensor.setRandom(); in test_sizes_as_index()
Dcxx11_tensor_reduction.cpp21 tensor.setRandom(); in test_trivial_reductions()
30 tensor.setRandom(); in test_trivial_reductions()
42 tensor.setRandom(); in test_trivial_reductions()
59 tensor.setRandom(); in test_simple_reductions()
246 tensor.setRandom(); in test_reductions_in_expr()
272 tensor.setRandom(); in test_full_reductions()
314 tensor.setRandom(); in test_user_defined_reductions()
340 tensor_map.setRandom(); in test_tensor_maps()
369 in.setRandom(); in test_static_dims()
398 in.setRandom(); in test_innermost_last_dims()
[all …]
Dcxx11_tensor_comparisons.cpp26 mat1.setRandom(); in test_orderings()
27 mat2.setRandom(); in test_orderings()
52 mat1.setRandom(); in test_equality()
53 mat2.setRandom(); in test_equality()
Dcxx11_tensor_random.cpp17 vec.setRandom(); in test_default()
29 vec.setRandom<Eigen::internal::NormalRandomGenerator<float>>(); in test_normal()
66 vec.setRandom<MyGenerator>(); in test_custom()
/external/eigen/test/
Devaluators.cpp152 a.setRandom(); in test_evaluators()
153 b.setRandom(); in test_evaluators()
154 c.setRandom(); in test_evaluators()
155 d.setRandom(); in test_evaluators()
185 Matrix<float, 1, 1> m11, res11; m11.setRandom(1,1); in test_evaluators()
186 Matrix<float, 1, 4> m14, res14; m14.setRandom(1,4); in test_evaluators()
187 Matrix<float, 1,Dynamic> m1X, res1X; m1X.setRandom(1,s); in test_evaluators()
188 Matrix<float, 4, 1> m41, res41; m41.setRandom(4,1); in test_evaluators()
189 Matrix<float, 4, 4> m44, res44; m44.setRandom(4,4); in test_evaluators()
190 Matrix<float, 4,Dynamic> m4X, res4X; m4X.setRandom(4,s); in test_evaluators()
[all …]
Dproduct_small.cpp20 matAstatic.setRandom(); in product1x1()
21 matBstatic.setRandom(); in product1x1()
27 matAdynamic.setRandom(); in product1x1()
28 matBdynamic.setRandom(); in product1x1()
52 Matrix<T,Rows,Depth,OA> A(rows,depth); A.setRandom(); in test_lazy_single()
53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom(); in test_lazy_single()
54 Matrix<T,Rows,Cols,OC> C(rows,cols); C.setRandom(); in test_lazy_single()
191 Matrix<T,N,M+1> A; A.setRandom(n,m+1); in test_linear_but_not_vectorizable()
192 Matrix<T,M*2,K> B; B.setRandom(m*2,k); in test_linear_but_not_vectorizable()
202 Matrix<T,M+1,N,RowMajor> A; A.setRandom(m+1,n); in test_linear_but_not_vectorizable()
[all …]
Dproduct_mmtr.cpp39 MatrixColMaj soc(size,othersize); soc.setRandom(); in mmtr()
40 MatrixColMaj osc(othersize,size); osc.setRandom(); in mmtr()
41 MatrixRowMaj sor(size,othersize); sor.setRandom(); in mmtr()
42 MatrixRowMaj osr(othersize,size); osr.setRandom(); in mmtr()
43 MatrixColMaj sqc(size,size); sqc.setRandom(); in mmtr()
44 MatrixRowMaj sqr(size,size); sqr.setRandom(); in mmtr()
Dproduct_trsolve.cpp13 (XB).setRandom(); ref = (XB); \
16 (XB).setRandom(); ref = (XB); \
22 (XB).setRandom(); ref = (XB); \
25 (XB).setRandom(); ref = (XB); \
43 …cmLhs.setRandom(); cmLhs *= static_cast<RealScalar>(0.1); cmLhs.diagonal().array() += static_cast<… in trsolve()
44 …rmLhs.setRandom(); rmLhs *= static_cast<RealScalar>(0.1); rmLhs.diagonal().array() += static_cast<… in trsolve()
Dcommainitializer.cpp19 Matrix<int, M1, N1> mat11; mat11.setRandom(); in test_blocks()
20 Matrix<int, M1, N2> mat12; mat12.setRandom(); in test_blocks()
21 Matrix<int, M2, N1> mat21; mat21.setRandom(); in test_blocks()
22 Matrix<int, M2, N2> mat22; mat22.setRandom(); in test_blocks()
Dproduct_large.cpp19 VectorType x(cols); x.setRandom(); in test_aliasing()
22 MatrixType A(rows,cols); A.setRandom(); in test_aliasing()
79 MatrixXf mat1(10,32); mat1.setRandom(); in test_product_large()
80 MatrixXf mat2(32,32); mat2.setRandom(); in test_product_large()
90 A.setRandom(); in test_product_large()
/external/eigen/bench/
Dbench_gemm.cpp211 A a(m,p); a.setRandom(); in main()
212 B b(p,n); b.setRandom(); in main()
298 M ar(m,p); ar.setRandom(); in main()
299 M ai(m,p); ai.setRandom(); in main()
300 M br(p,n); br.setRandom(); in main()
301 M bi(p,n); bi.setRandom(); in main()
302 M cr(m,n); cr.setRandom(); in main()
303 M ci(m,n); ci.setRandom(); in main()
312 M a(m,p); a.setRandom(); in main()
313 M br(p,n); br.setRandom(); in main()
[all …]
/external/eigen/Eigen/src/Core/
DRandom.h131 inline Derived& DenseBase<Derived>::setRandom()
151 PlainObjectBase<Derived>::setRandom(Index newSize)
154 return setRandom();
174 PlainObjectBase<Derived>::setRandom(Index rows, Index cols)
177 return setRandom();

12345678