Home
last modified time | relevance | path

Searched refs:convolution (Results 1 – 11 of 11) sorted by relevance

/external/eigen/bench/tensors/
Dtensor_benchmarks_cpu.cc146 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 …]
Dtensor_benchmarks_gpu.cu70 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);
Dtensor_benchmarks.h417 void convolution(int num_iters, int kernel_x, int kernel_y) { in convolution() function
/external/mesa3d/docs/relnotes/
D6.222 ToDo: PBO for polygon stipple, convolution filter, etc.
D3.567 Adds image convolution to glRead/Copy/DrawPixels/TexImage.
D3.3266 image convolution. This will (hopefully) be done for Mesa 3.5/3.6.
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md1213 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/
DInstall-unix.txt239 Certain ImageMagick algorithms, for example convolution, can achieve
/external/mesa3d/docs/
DVERSIONS1307 - fixed regression in glCopyPixels + convolution
1502 - fixed convolution memory leak (bug 7077)
/external/ImageMagick/Magick++/
DChangeLog828 user-supplied convolution matrix.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz