Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Davgpooling_op_gpu.cu.cc58 const int phstart = (h < kernel_h) ? 0 : (h - kernel_h) / stride_h + 1; in DEFINE_GPU_KERNELS() local
65 for (int ph = phstart; ph < phend; ++ph) { in DEFINE_GPU_KERNELS()