Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc208 const int64 out_r_start = std::max( 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()
487 const int out_r_start = std::max( in DepthwiseConvBackpropInputReference() local
492 for (int out_r = out_r_start; out_r <= out_r_end; ++out_r) { in DepthwiseConvBackpropInputReference()
Ddeep_conv2d.cc791 const int64 out_r_start = in operator ()() local
799 if (out_r_start < 0 || out_r_start >= args.out_rows || in operator ()()
808 const int64 out_r = out_r_start + ot_row; in operator ()()