Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc210 const int64 out_r_end = std::min(out_rows - 1, (in_r + pad_rows) / stride); in CopyOutputBackpropRegion() local
217 if ((out_r_end - out_r_start + 1) < args.filter_rows || in CopyOutputBackpropRegion()
228 for (int out_r = out_r_start; out_r <= out_r_end; ++out_r) { in CopyOutputBackpropRegion()
489 const int out_r_end = in DepthwiseConvBackpropInputReference() local
492 for (int out_r = out_r_start; out_r <= out_r_end; ++out_r) { in DepthwiseConvBackpropInputReference()