HomeSort by relevance Sort by last modified time
    Searched refs:wend (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
maxpooling_op_gpu.cu.cc 80 int wend = min(wstart + kernel_w, width); local
87 for (int w = wstart; w < wend; ++w) {
123 int wend = min(wstart + kernel_w, width); local
129 for (int w = wstart; w < wend; ++w) {
156 int wend = min(wstart + kernel_w, width); local
163 for (int w = wstart; w < wend; ++w) {
195 int wend = min(wstart + kernel_w, width); local
202 for (int w = wstart; w < wend; ++w) {
278 const int wend = min(wstart + kernel_w, width); local
286 for (int w = wstart; w < wend && !should_stop; ++w)
319 int wend = min(wstart + kernel_w, width); local
    [all...]
pooling_ops_3d_gpu.cu.cc 50 const int wend = min(wstart + kernel_w, width); local
61 for (int w = wstart; w < wend && !should_stop; ++w) {
94 int wend = min(wstart + kernel_w, width); local
112 for (int w = wstart; w < wend && !should_stop; ++w) {
avgpooling_op_gpu.cu.cc 70 int wend = min(wstart + kernel_w, width); local
73 int pool_size = (hend - hstart) * (wend - wstart);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 327 wchar_t wbegin, wend; local
329 wbegin = wend = L' ';
336 "%lc", &wend) != 1)
338 if (iswword(wbegin) || iswword(wend))
  /external/boringssl/src/crypto/fipsmodule/bn/
exponentiation.c 523 int wend; // The bottom bit of the window local
543 wend = 0;
549 wvalue <<= (i - wend);
551 wend = i;
555 // wend is the size of the current window
556 j = wend + 1;
572 wstart -= wend + 1;
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirGen.h 527 double wend = fend*(2.*M_PI); local
528 double wstep = (wend - wstart)/steps;

Completed in 230 milliseconds