/external/eigen/bench/btl/generic_bench/init/ |
init_function.hh | 33 double pseudo_random(int /*index*/) function 38 double pseudo_random(int /*index_i*/, int /*index_j*/) function
|
/external/tensorflow/tensorflow/core/kernels/ |
fractional_pool_common.h | 70 // pseudo_random: Whether or not use pseudo-random 75 bool pseudo_random);
|
fractional_pool_common.cc | 102 bool pseudo_random) { 110 if (pseudo_random) {
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
fractional_avg_pool_op_test.py | 115 pseudo_random, overlapping): 124 pseudo_random: Use pseudo random method to generate pooling sequence. 134 pseudo_random, 154 pseudo_random = False 165 pseudo_random, 202 for pseudo_random in True, False: 208 rand_mat, [1, math.sqrt(3), math.sqrt(2), 1], pseudo_random, 214 pseudo_random = True 229 pseudo_random, overlapping) 236 pseudo_random = Tru [all...] |
fractional_max_pool_op_test.py | 115 pseudo_random, overlapping): 124 pseudo_random: Use pseudo random method to generate pooling sequence. 134 pseudo_random, 154 pseudo_random = False 165 pseudo_random, 204 for pseudo_random in True, False: 210 rand_mat, [1, math.sqrt(3), math.sqrt(2), 1], pseudo_random, 220 pseudo_random = True 226 pseudo_random, overlapping) 233 pseudo_random = Tru [all...] |
/external/eigen/bench/btl/actions/ |
action_rot.hh | 38 init_vector<pseudo_random>(A_stl,_size); 39 init_vector<pseudo_random>(B_stl,_size);
|
action_ger.hh | 38 init_matrix<pseudo_random>(A_stl,_size); 39 init_vector<pseudo_random>(B_stl,_size); 40 init_vector<pseudo_random>(X_stl,_size);
|
action_syr2.hh | 42 init_matrix<pseudo_random>(A_stl,_size); 43 init_vector<pseudo_random>(B_stl,_size); 44 init_vector<pseudo_random>(X_stl,_size);
|
action_axpby.hh | 41 init_vector<pseudo_random>(X_stl,_size); 42 init_vector<pseudo_random>(Y_stl,_size);
|
action_axpy.hh | 44 init_vector<pseudo_random>(X_stl,_size); 45 init_vector<pseudo_random>(Y_stl,_size);
|
action_trisolve.hh | 42 init_matrix<pseudo_random>(L_stl,_size); 43 init_vector<pseudo_random>(B_stl,_size);
|
action_atv_product.hh | 42 init_matrix<pseudo_random>(A_stl,_size); 43 init_vector<pseudo_random>(B_stl,_size);
|
action_lu_solve.hh | 55 init_matrix<pseudo_random>(A_stl,size); 56 init_vector<pseudo_random>(B_stl,size);
|
action_matrix_matrix_product.hh | 44 init_matrix<pseudo_random>(A_stl,_size); 45 init_matrix<pseudo_random>(B_stl,_size);
|
action_matrix_matrix_product_bis.hh | 54 init_matrix<pseudo_random>(A_stl,size); 55 init_matrix<pseudo_random>(B_stl,size);
|
action_matrix_vector_product.hh | 44 init_matrix<pseudo_random>(A_stl,_size); 45 init_vector<pseudo_random>(B_stl,_size);
|
action_symv.hh | 43 init_matrix_symm<pseudo_random>(A_stl,_size); 44 init_vector<pseudo_random>(B_stl,_size);
|
action_trisolve_matrix.hh | 44 init_matrix<pseudo_random>(A_stl,_size); 45 init_matrix<pseudo_random>(B_stl,_size);
|
action_trmm.hh | 44 init_matrix<pseudo_random>(A_stl,_size); 45 init_matrix<pseudo_random>(B_stl,_size);
|
action_cholesky.hh | 42 init_matrix_symm<pseudo_random>(X_stl,_size);
|
action_lu_decomp.hh | 42 init_matrix<pseudo_random>(X_stl,_size);
|
action_partial_lu.hh | 42 init_matrix<pseudo_random>(X_stl,_size);
|
action_hessenberg.hh | 42 init_matrix<pseudo_random>(X_stl,_size); 142 init_matrix<pseudo_random>(X_stl,_size);
|
action_aat_product.hh | 44 init_matrix<pseudo_random>(A_stl,_size);
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
test_utils.h | 59 // generation. See below for documentation of pseudo_random. 61 bool pseudo_random = true); 78 // If pseudo_random is true, the generated numbers will be generated 80 // be e.g. init values as above. If pseudo_random is false, the returned values 85 // pseudo_random does not save any noticeable amount of time so that the 88 bool pseudo_random = true);
|