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

  /external/tensorflow/tensorflow/core/kernels/
avgpooling_op_gpu.cu.cc 47 const int kernel_w, const int stride_h,
59 const int pwstart = (w < kernel_w) ? 0 : (w - kernel_w) / stride_w + 1;
70 int wend = min(wstart + kernel_w, width);
87 const int kernel_w, const int stride_h,
96 pooled_height, pooled_width, kernel_h, kernel_w, stride_h, stride_w,
105 const int pooled_width, const int kernel_h, const int kernel_w,
111 const int pooled_width, const int kernel_h, const int kernel_w,
maxpooling_op_gpu.h 40 const int kernel_w, const int stride_h, const int stride_w,
49 const int kernel_w, const int stride_h, const int stride_w,
67 const int kernel_w, const int stride_h, const int stride_w,
86 const int kernel_h, const int kernel_w, const int stride_h,
pooling_ops_3d_gpu.h 39 const int kernel_w, const int stride_p, const int stride_h,
maxpooling_op_gpu.cu.cc 49 // kernel_h, kernel_w: the kernel sizes.
68 const int kernel_w, const int stride_h,
80 int wend = min(wstart + kernel_w, width);
110 const int pooled_width, const int kernel_h, const int kernel_w,
123 int wend = min(wstart + kernel_w, width);
143 const int kernel_w, const int stride_h,
156 int wend = min(wstart + kernel_w, width);
182 const int pooled_width, const int kernel_h, const int kernel_w,
195 int wend = min(wstart + kernel_w, width);
256 // kernel_h, kernel_w: the kernel sizes
    [all...]
pooling_ops_3d_gpu.cu.cc 34 const int kernel_p, const int kernel_h, const int kernel_w,
50 const int wend = min(wstart + kernel_w, width);
84 const int kernel_p, const int kernel_h, const int kernel_w,
94 int wend = min(wstart + kernel_w, width);
140 const int kernel_w, const int stride_p, const int stride_h,
151 kernel_w, stride_p, stride_h, stride_w, pad_p, pad_t, pad_l, top_diff,
158 kernel_w, stride_p, stride_h, stride_w, pad_p, pad_t, pad_l, top_diff,
avgpooling_op.h 61 // kernel_w: the width of the pooling kernel
72 const int kernel_w, const int stride_h,
  /external/tensorflow/tensorflow/python/layers/
convolutional.py     [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py     [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
conv_ops_test.py     [all...]

Completed in 188 milliseconds