Home
last modified time | relevance | path

Searched refs:n_size (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_scan_cuda.cu26 void test_cuda_cumsum(int m_size, int k_size, int n_size) in test_cuda_cumsum() argument
28 std::cout << "Testing for (" << m_size << "," << k_size << "," << n_size << ")" << std::endl; in test_cuda_cumsum()
29 Tensor<float, 3, DataLayout> t_input(m_size, k_size, n_size); in test_cuda_cumsum()
30 Tensor<float, 3, DataLayout> t_result(m_size, k_size, n_size); in test_cuda_cumsum()
31 Tensor<float, 3, DataLayout> t_result_gpu(m_size, k_size, n_size); in test_cuda_cumsum()
50 gpu_t_input(d_t_input, Eigen::array<int, 3>(m_size, k_size, n_size)); in test_cuda_cumsum()
52 gpu_t_result(d_t_result, Eigen::array<int, 3>(m_size, k_size, n_size)); in test_cuda_cumsum()
Dcxx11_tensor_contract_cuda.cu27 void test_cuda_contraction(int m_size, int k_size, int n_size) in test_cuda_contraction() argument
29 std::cout << "Testing for (" << m_size << "," << k_size << "," << n_size << ")" << std::endl; in test_cuda_contraction()
34 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_cuda_contraction()
35 Tensor<float, 2, DataLayout> t_result(m_size, n_size); in test_cuda_contraction()
36 Tensor<float, 2, DataLayout> t_result_gpu(m_size, n_size); in test_cuda_contraction()
63 gpu_t_right(d_t_right, Eigen::array<int, 2>(k_size, n_size)); in test_cuda_contraction()
65 gpu_t_result(d_t_result, Eigen::array<int, 2>(m_size, n_size)); in test_cuda_contraction()
91 void test_scalar(int m_size, int k_size, int n_size) in test_scalar() argument
93 std::cout << "Testing for (" << m_size << "," << k_size << "," << n_size << ")" << std::endl; in test_scalar()
98 Tensor<float, 2, DataLayout> t_right(k_size, n_size); in test_scalar()
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionCuda.h24 const Index m_size, const Index n_size, const Index k_size) { in EigenContractionKernelInternal() argument
188 if (rhs_horiz_7 < n_size) { \ in EigenContractionKernelInternal()
197 } else if (rhs_horiz_6 < n_size) { \ in EigenContractionKernelInternal()
205 } else if (rhs_horiz_5 < n_size) { \ in EigenContractionKernelInternal()
212 } else if (rhs_horiz_4 < n_size) { \ in EigenContractionKernelInternal()
218 } else if (rhs_horiz_3 < n_size) { \ in EigenContractionKernelInternal()
223 } else if (rhs_horiz_2 < n_size) { \ in EigenContractionKernelInternal()
227 } else if (rhs_horiz_1 < n_size) { \ in EigenContractionKernelInternal()
230 } else if (rhs_horiz_0 < n_size) { \ in EigenContractionKernelInternal()
465 const int max_j_write = numext::mini((int)((n_size - base_n - threadIdx.z + 7) / 8), 8); in EigenContractionKernelInternal()
[all …]
/external/libxml2/
Dtestapi.c1477 int n_size; in test_htmlCreateMemoryParserCtxt() local
1480 for (n_size = 0;n_size < gen_nb_int;n_size++) { in test_htmlCreateMemoryParserCtxt()
1483 size = gen_int(n_size, 1); in test_htmlCreateMemoryParserCtxt()
1492 des_int(n_size, size, 1); in test_htmlCreateMemoryParserCtxt()
1499 printf(" %d", n_size); in test_htmlCreateMemoryParserCtxt()
1535 int n_size; in test_htmlCreatePushParserCtxt() local
1544 for (n_size = 0;n_size < gen_nb_int;n_size++) { in test_htmlCreatePushParserCtxt()
1551 size = gen_int(n_size, 3); in test_htmlCreatePushParserCtxt()
1564 des_int(n_size, size, 3); in test_htmlCreatePushParserCtxt()
1575 printf(" %d", n_size); in test_htmlCreatePushParserCtxt()
[all …]
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc247 unsigned n_size, in Test1Op_Helper() argument
251 VIXL_ASSERT((n_size == kDRegSize) || (n_size == kSRegSize) || in Test1Op_Helper()
252 (n_size == kHRegSize)); in Test1Op_Helper()
268 if (n_size == kDRegSize) { in Test1Op_Helper()
271 } else if (n_size == kSRegSize) { in Test1Op_Helper()
978 unsigned n_size, in TestFPToFixed_Helper() argument
981 VIXL_ASSERT((n_size == kDRegSize) || (n_size == kSRegSize) || in TestFPToFixed_Helper()
982 (n_size == kHRegSize)); in TestFPToFixed_Helper()
996 if (n_size == kDRegSize) { in TestFPToFixed_Helper()
998 } else if (n_size == kSRegSize) { in TestFPToFixed_Helper()
[all …]
/external/elfutils/src/
Dstrip.c2271 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local
2273 elf_assert (n_size <= hashd->d_size); in handle_elf()
2274 hashd->d_size = n_size; in handle_elf()
2333 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf() local
2335 elf_assert (n_size <= hashd->d_size); in handle_elf()
2336 hashd->d_size = n_size; in handle_elf()