Home
last modified time | relevance | path

Searched refs:t_right (Results 1 – 25 of 112) sorted by relevance

12345

/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A Dcxx11_tensor_thread_pool.cpp74 t_right.setRandom(); in test_multithread_contraction()
82 MapXf m_right(t_right.data(), 1147, 1400); in test_multithread_contraction()
110 Tensor<float, 2, DataLayout> t_right(32, 28*28); in test_contraction_corner_cases() local
114 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
123 MapXf m_right(t_right.data(), 32, 28*28); in test_contraction_corner_cases()
157 t_right.resize(32, 4); in test_contraction_corner_cases()
159 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
164 new(&m_right) MapXf(t_right.data(), 32, 4); in test_contraction_corner_cases()
175 t_right.resize(32, 4); in test_contraction_corner_cases()
177 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
[all …]
H A Dcxx11_tensor_contract_cuda.cu31 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_cuda_contraction() local
37 t_right.setRandom(); in test_cuda_contraction()
40 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_cuda_contraction()
52 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_cuda_contraction()
66 t_result = t_left.contract(t_right, dims); in test_cuda_contraction()
95 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_scalar() local
101 t_right.setRandom(); in test_scalar()
104 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_scalar()
116 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_scalar()
129 t_result = t_left.contract(t_right, dims); in test_scalar()
H A Dcxx11_tensor_contraction.cpp360 t_right.setRandom(); in test_large_contraction()
364 t_right += t_right.constant(1.0f); in test_large_contraction()
368 MapXf m_right(t_right.data(), 248, 1400); in test_large_contraction()
375 t_result = t_left.contract(t_right, dims); in test_large_contraction()
388 Tensor<float, 1, DataLayout> t_right(50); in test_matrix_vector() local
392 t_right.setRandom(); in test_matrix_vector()
396 MapXf m_right(t_right.data(), 50, 1); in test_matrix_vector()
419 t_right.setRandom(); in test_tensor_vector()
427 MapXf m_right(t_right.data(), 1, 7); in test_tensor_vector()
442 t_right.setRandom(); in test_small_blocking_factors()
[all …]
H A Dcxx11_tensor_of_complex.cpp73 Tensor<std::complex<float>, 5> t_right(8, 31, 7, 20, 10); in test_contractions() local
77 t_right.setRandom(); in test_contractions()
81 MapXcf m_right(t_right.data(), 248, 1400); in test_contractions()
89 t_result = t_left.contract(t_right, dims); in test_contractions()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/
H A Dcxx11_tensor_thread_pool.cpp74 t_right.setRandom(); in test_multithread_contraction()
82 MapXf m_right(t_right.data(), 1147, 1400); in test_multithread_contraction()
110 Tensor<float, 2, DataLayout> t_right(32, 28*28); in test_contraction_corner_cases() local
114 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
123 MapXf m_right(t_right.data(), 32, 28*28); in test_contraction_corner_cases()
157 t_right.resize(32, 4); in test_contraction_corner_cases()
159 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
164 new(&m_right) MapXf(t_right.data(), 32, 4); in test_contraction_corner_cases()
175 t_right.resize(32, 4); in test_contraction_corner_cases()
177 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
[all …]
H A Dcxx11_tensor_contract_cuda.cu31 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_cuda_contraction() local
37 t_right.setRandom(); in test_cuda_contraction()
40 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_cuda_contraction()
52 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_cuda_contraction()
66 t_result = t_left.contract(t_right, dims); in test_cuda_contraction()
95 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_scalar() local
101 t_right.setRandom(); in test_scalar()
104 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_scalar()
116 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_scalar()
129 t_result = t_left.contract(t_right, dims); in test_scalar()
H A Dcxx11_tensor_contraction.cpp360 t_right.setRandom(); in test_large_contraction()
364 t_right += t_right.constant(1.0f); in test_large_contraction()
368 MapXf m_right(t_right.data(), 248, 1400); in test_large_contraction()
375 t_result = t_left.contract(t_right, dims); in test_large_contraction()
388 Tensor<float, 1, DataLayout> t_right(50); in test_matrix_vector() local
392 t_right.setRandom(); in test_matrix_vector()
396 MapXf m_right(t_right.data(), 50, 1); in test_matrix_vector()
419 t_right.setRandom(); in test_tensor_vector()
427 MapXf m_right(t_right.data(), 1, 7); in test_tensor_vector()
442 t_right.setRandom(); in test_small_blocking_factors()
[all …]
H A Dcxx11_tensor_of_complex.cpp73 Tensor<std::complex<float>, 5> t_right(8, 31, 7, 20, 10); in test_contractions() local
77 t_right.setRandom(); in test_contractions()
81 MapXcf m_right(t_right.data(), 248, 1400); in test_contractions()
89 t_result = t_left.contract(t_right, dims); in test_contractions()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/test/
H A Dcxx11_tensor_thread_pool.cpp74 t_right.setRandom(); in test_multithread_contraction()
82 MapXf m_right(t_right.data(), 1147, 1400); in test_multithread_contraction()
110 Tensor<float, 2, DataLayout> t_right(32, 28*28); in test_contraction_corner_cases() local
114 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
123 MapXf m_right(t_right.data(), 32, 28*28); in test_contraction_corner_cases()
157 t_right.resize(32, 4); in test_contraction_corner_cases()
159 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
164 new(&m_right) MapXf(t_right.data(), 32, 4); in test_contraction_corner_cases()
175 t_right.resize(32, 4); in test_contraction_corner_cases()
177 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
[all …]
H A Dcxx11_tensor_contract_cuda.cu31 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_cuda_contraction() local
37 t_right.setRandom(); in test_cuda_contraction()
40 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_cuda_contraction()
52 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_cuda_contraction()
66 t_result = t_left.contract(t_right, dims); in test_cuda_contraction()
95 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_scalar() local
101 t_right.setRandom(); in test_scalar()
104 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_scalar()
116 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_scalar()
129 t_result = t_left.contract(t_right, dims); in test_scalar()
H A Dcxx11_tensor_contraction.cpp360 t_right.setRandom(); in test_large_contraction()
364 t_right += t_right.constant(1.0f); in test_large_contraction()
368 MapXf m_right(t_right.data(), 248, 1400); in test_large_contraction()
375 t_result = t_left.contract(t_right, dims); in test_large_contraction()
388 Tensor<float, 1, DataLayout> t_right(50); in test_matrix_vector() local
392 t_right.setRandom(); in test_matrix_vector()
396 MapXf m_right(t_right.data(), 50, 1); in test_matrix_vector()
419 t_right.setRandom(); in test_tensor_vector()
427 MapXf m_right(t_right.data(), 1, 7); in test_tensor_vector()
442 t_right.setRandom(); in test_small_blocking_factors()
[all …]
H A Dcxx11_tensor_of_complex.cpp73 Tensor<std::complex<float>, 5> t_right(8, 31, 7, 20, 10); in test_contractions() local
77 t_right.setRandom(); in test_contractions()
81 MapXcf m_right(t_right.data(), 248, 1400); in test_contractions()
89 t_result = t_left.contract(t_right, dims); in test_contractions()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/test/
H A Dcxx11_tensor_thread_pool.cpp74 t_right.setRandom(); in test_multithread_contraction()
82 MapXf m_right(t_right.data(), 1147, 1400); in test_multithread_contraction()
110 Tensor<float, 2, DataLayout> t_right(32, 28*28); in test_contraction_corner_cases() local
114 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
123 MapXf m_right(t_right.data(), 32, 28*28); in test_contraction_corner_cases()
157 t_right.resize(32, 4); in test_contraction_corner_cases()
159 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
164 new(&m_right) MapXf(t_right.data(), 32, 4); in test_contraction_corner_cases()
175 t_right.resize(32, 4); in test_contraction_corner_cases()
177 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
[all …]
H A Dcxx11_tensor_contract_cuda.cu31 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_cuda_contraction() local
37 t_right.setRandom(); in test_cuda_contraction()
40 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_cuda_contraction()
52 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_cuda_contraction()
66 t_result = t_left.contract(t_right, dims); in test_cuda_contraction()
95 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_scalar() local
101 t_right.setRandom(); in test_scalar()
104 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_scalar()
116 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_scalar()
129 t_result = t_left.contract(t_right, dims); in test_scalar()
H A Dcxx11_tensor_contraction.cpp360 t_right.setRandom(); in test_large_contraction()
364 t_right += t_right.constant(1.0f); in test_large_contraction()
368 MapXf m_right(t_right.data(), 248, 1400); in test_large_contraction()
375 t_result = t_left.contract(t_right, dims); in test_large_contraction()
388 Tensor<float, 1, DataLayout> t_right(50); in test_matrix_vector() local
392 t_right.setRandom(); in test_matrix_vector()
396 MapXf m_right(t_right.data(), 50, 1); in test_matrix_vector()
419 t_right.setRandom(); in test_tensor_vector()
427 MapXf m_right(t_right.data(), 1, 7); in test_tensor_vector()
442 t_right.setRandom(); in test_small_blocking_factors()
[all …]
H A Dcxx11_tensor_of_complex.cpp73 Tensor<std::complex<float>, 5> t_right(8, 31, 7, 20, 10); in test_contractions() local
77 t_right.setRandom(); in test_contractions()
81 MapXcf m_right(t_right.data(), 248, 1400); in test_contractions()
89 t_result = t_left.contract(t_right, dims); in test_contractions()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/test/
H A Dcxx11_tensor_thread_pool.cpp74 t_right.setRandom(); in test_multithread_contraction()
82 MapXf m_right(t_right.data(), 1147, 1400); in test_multithread_contraction()
110 Tensor<float, 2, DataLayout> t_right(32, 28*28); in test_contraction_corner_cases() local
114 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
123 MapXf m_right(t_right.data(), 32, 28*28); in test_contraction_corner_cases()
157 t_right.resize(32, 4); in test_contraction_corner_cases()
159 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
164 new(&m_right) MapXf(t_right.data(), 32, 4); in test_contraction_corner_cases()
175 t_right.resize(32, 4); in test_contraction_corner_cases()
177 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
[all …]
H A Dcxx11_tensor_contract_cuda.cu31 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_cuda_contraction() local
37 t_right.setRandom(); in test_cuda_contraction()
40 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_cuda_contraction()
52 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_cuda_contraction()
66 t_result = t_left.contract(t_right, dims); in test_cuda_contraction()
95 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_scalar() local
101 t_right.setRandom(); in test_scalar()
104 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_scalar()
116 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_scalar()
129 t_result = t_left.contract(t_right, dims); in test_scalar()
H A Dcxx11_tensor_contraction.cpp360 t_right.setRandom(); in test_large_contraction()
364 t_right += t_right.constant(1.0f); in test_large_contraction()
368 MapXf m_right(t_right.data(), 248, 1400); in test_large_contraction()
375 t_result = t_left.contract(t_right, dims); in test_large_contraction()
388 Tensor<float, 1, DataLayout> t_right(50); in test_matrix_vector() local
392 t_right.setRandom(); in test_matrix_vector()
396 MapXf m_right(t_right.data(), 50, 1); in test_matrix_vector()
419 t_right.setRandom(); in test_tensor_vector()
427 MapXf m_right(t_right.data(), 1, 7); in test_tensor_vector()
442 t_right.setRandom(); in test_small_blocking_factors()
[all …]
H A Dcxx11_tensor_of_complex.cpp73 Tensor<std::complex<float>, 5> t_right(8, 31, 7, 20, 10); in test_contractions() local
77 t_right.setRandom(); in test_contractions()
81 MapXcf m_right(t_right.data(), 248, 1400); in test_contractions()
89 t_result = t_left.contract(t_right, dims); in test_contractions()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A Dcxx11_tensor_thread_pool.cpp74 t_right.setRandom(); in test_multithread_contraction()
82 MapXf m_right(t_right.data(), 1147, 1400); in test_multithread_contraction()
110 Tensor<float, 2, DataLayout> t_right(32, 28*28); in test_contraction_corner_cases() local
114 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
123 MapXf m_right(t_right.data(), 32, 28*28); in test_contraction_corner_cases()
157 t_right.resize(32, 4); in test_contraction_corner_cases()
159 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
164 new(&m_right) MapXf(t_right.data(), 32, 4); in test_contraction_corner_cases()
175 t_right.resize(32, 4); in test_contraction_corner_cases()
177 t_right = (t_right.constant(-0.6f) + t_right.random()) * 2.0f; in test_contraction_corner_cases()
[all …]
H A Dcxx11_tensor_contract_cuda.cu34 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_cuda_contraction() local
40 t_right.setRandom(); in test_cuda_contraction()
43 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_cuda_contraction()
55 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_cuda_contraction()
69 t_result = t_left.contract(t_right, dims); in test_cuda_contraction()
98 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_scalar() local
104 t_right.setRandom(); in test_scalar()
107 std::size_t t_right_bytes = t_right.size() * sizeof(float); in test_scalar()
119 cudaMemcpy(d_t_right, t_right.data(), t_right_bytes, cudaMemcpyHostToDevice); in test_scalar()
132 t_result = t_left.contract(t_right, dims); in test_scalar()
H A Dcxx11_tensor_contraction.cpp360 t_right.setRandom(); in test_large_contraction()
364 t_right += t_right.constant(1.0f); in test_large_contraction()
368 MapXf m_right(t_right.data(), 248, 1400); in test_large_contraction()
375 t_result = t_left.contract(t_right, dims); in test_large_contraction()
388 Tensor<float, 1, DataLayout> t_right(50); in test_matrix_vector() local
392 t_right.setRandom(); in test_matrix_vector()
396 MapXf m_right(t_right.data(), 50, 1); in test_matrix_vector()
419 t_right.setRandom(); in test_tensor_vector()
427 MapXf m_right(t_right.data(), 1, 7); in test_tensor_vector()
442 t_right.setRandom(); in test_small_blocking_factors()
[all …]
/dports/net/waypipe/waypipe-a11a59c58bee3972ce9e1e18731eba28cc0a8f0a/src/
H A Dparsing.c50 n->t_right = tmp->t_left; in tree_rotate_left()
58 tmp->t_right = n; in tree_rotate_right()
69 (*ln)->t_right = *cur; in tree_link_left()
71 *cur = (*cur)->t_right; in tree_link_left()
95 if (cur->t_right && key > cur->t_right->obj_id) { in tree_branch_splay()
98 if (!cur->t_right) { in tree_branch_splay()
124 new_node->t_right = r; in tree_insert()
128 new_node->t_right = r->t_right; in tree_insert()
130 r->t_right = NULL; in tree_insert()
152 r->t_right = rbranch; in tree_remove()
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/htcommon/
H A Dconf_lexer.lxx28 %x t_right
74 <t_right>{NUMBER} {
85 BEGIN(t_right);
89 <t_right>{STRING}\\\n {
98 <t_right>"\""[^\n]+"\"" {
104 <t_right>{STRING} {
110 <t_right>\\\n
114 <t_right>[ \t]*
189 <bracket,t_right>\n {

12345