Searched refs:convolution (Results 1 – 11 of 11) sorted by relevance
/external/eigen/bench/tensors/ |
D | tensor_benchmarks_cpu.cc | 146 BM_FuncWithKernelDimsCPU(convolution, 7, 1, 4); 147 BM_FuncWithKernelDimsCPU(convolution, 7, 1, 8); 148 BM_FuncWithKernelDimsCPU(convolution, 7, 1, 12); 150 BM_FuncWithKernelDimsCPU(convolution, 1, 7, 4); 151 BM_FuncWithKernelDimsCPU(convolution, 1, 7, 8); 152 BM_FuncWithKernelDimsCPU(convolution, 1, 7, 12); 154 BM_FuncWithKernelDimsCPU(convolution, 7, 4, 4); 155 BM_FuncWithKernelDimsCPU(convolution, 7, 4, 8); 156 BM_FuncWithKernelDimsCPU(convolution, 7, 4, 12); 158 BM_FuncWithKernelDimsCPU(convolution, 4, 7, 4); [all …]
|
D | tensor_benchmarks_gpu.cu | 70 BM_FuncWithKernelDimsGPU(convolution, 7, 1); 71 BM_FuncWithKernelDimsGPU(convolution, 1, 7); 72 BM_FuncWithKernelDimsGPU(convolution, 7, 4); 73 BM_FuncWithKernelDimsGPU(convolution, 4, 7); 74 BM_FuncWithKernelDimsGPU(convolution, 7, 64); 75 BM_FuncWithKernelDimsGPU(convolution, 64, 7);
|
D | tensor_benchmarks.h | 417 void convolution(int num_iters, int kernel_x, int kernel_y) { in convolution() function
|
/external/mesa3d/docs/relnotes/ |
D | 6.2 | 22 ToDo: PBO for polygon stipple, convolution filter, etc.
|
D | 3.5 | 67 Adds image convolution to glRead/Copy/DrawPixels/TexImage.
|
D | 3.3 | 266 image convolution. This will (hopefully) be done for Mesa 3.5/3.6.
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | README.md | 1213 Returns a tensor that is the output of the convolution of the input tensor with the kernel, 1215 which were part of the convolution will be reduced by the formula: 1217 The dimension sizes for dimensions that were not part of the convolution will remain the same. 1218 Performance of the convolution can depend on the length of the stride(s) of the input tensor dimens… 1219 convolution is computed (the first dimension has the shortest stride for ColMajor, whereas RowMajor… 1222 // Compute convolution along the second and third dimension. 1229 Eigen::array<ptrdiff_t, 2> dims({1, 2}); // Specify second and third dimension for convolution.
|
/external/ImageMagick/ |
D | Install-unix.txt | 239 Certain ImageMagick algorithms, for example convolution, can achieve
|
/external/mesa3d/docs/ |
D | VERSIONS | 1307 - fixed regression in glCopyPixels + convolution 1502 - fixed convolution memory leak (bug 7077)
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 828 user-supplied convolution matrix.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|