Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_image_patch.cpp189 int ksize = 2; // Corresponds to the Rows and Cols for tensor.extract_image_patches<>. in test_patch_padding_valid() local
197 …Tensor<float, 5> result = tensor.extract_image_patches(ksize, ksize, stride, stride, 1, 1, PADDING… in test_patch_padding_valid()
200 VERIFY_IS_EQUAL(result.dimension(1), ksize); // kernel rows in test_patch_padding_valid()
201 VERIFY_IS_EQUAL(result.dimension(2), ksize); // kernel cols in test_patch_padding_valid()
212 …Tensor<float, 5, RowMajor> result_row_major = tensor_row_major.extract_image_patches(ksize, ksize,… in test_patch_padding_valid()
223 for (int i = 0; (i+stride+ksize-1) < input_rows; i += stride) { // input rows in test_patch_padding_valid()
224 for (int j = 0; (j+stride+ksize-1) < input_cols; j += stride) { // input cols in test_patch_padding_valid()
226 for (int r = 0; r < ksize; ++r) { // patch rows in test_patch_padding_valid()
227 for (int c = 0; c < ksize; ++c) { // patch cols in test_patch_padding_valid()
265 int ksize = 3; // Corresponds to the Rows and Cols for tensor.extract_image_patches<>. in test_patch_padding_valid_same_value() local
[all …]
/external/eigen/bench/
Dbenchmark-blocking-sizes.cpp572 for (size_t ksize = minsize; ksize <= maxsize; ksize *= 2) { in run() local
575 for (size_t kblock = minsize; kblock <= ksize; kblock *= 2) { in run()
578 benchmarks.emplace_back(ksize, msize, nsize, kblock, mblock, nblock); in run()
603 for (size_t ksize = minsize; ksize <= maxsize; ksize *= 2) { in run() local
606 benchmarks.emplace_back(ksize, msize, nsize); in run()
/external/python/cpython2/PC/
D_subprocess.c355 int ksize, vsize, totalsize; in getenvironment() local
364 ksize = PyString_GET_SIZE(key); in getenvironment()
366 totalsize = (p - PyString_AS_STRING(out)) + ksize + 1 + in getenvironment()
374 memcpy(p, PyString_AS_STRING(key), ksize); in getenvironment()
375 p += ksize; in getenvironment()
/external/icu/icu4c/source/common/
Dlocid.cpp300 int32_t ksize = 0; in Locale() local
366 ksize = (int32_t)uprv_strlen(newKeywords); in Locale()
367 if ( ksize < 0 || ksize > ULOC_STRING_LIMIT ) { in Locale()
371 size += ksize + 1; in Locale()
395 if ( ksize != 0) in Locale()
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c149 int ksize; member
1323 work->ksize = 0; in squangle_mop_up()
1352 if (from->ksize) in work_stuff_copy_to_from()
1353 to->ktypevec = XNEWVEC (char *, from->ksize); in work_stuff_copy_to_from()
4441 if (work -> numk >= work -> ksize) in remember_Ktype()
4443 if (work -> ksize == 0) in remember_Ktype()
4445 work -> ksize = 5; in remember_Ktype()
4446 work -> ktypevec = XNEWVEC (char *, work->ksize); in remember_Ktype()
4450 if (work -> ksize > INT_MAX / 2) in remember_Ktype()
4452 work -> ksize *= 2; in remember_Ktype()
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll276 !220 = !DILocalVariable(name: "ksize", line: 3527, scope: !215, file: !5, type: !8)