Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc201 const int64 out_c_end = std::min(out_cols - 1, (in_c + pad_cols) / stride); in CopyOutputBackpropRegion() local
206 (out_c_end - out_c_start + 1) < args.filter_cols) { in CopyOutputBackpropRegion()
218 for (int out_c = out_c_start; out_c <= out_c_end; ++out_c) { in CopyOutputBackpropRegion()
484 const int out_c_end = in DepthwiseConvBackpropInputReference() local
487 for (int out_c = out_c_start; out_c <= out_c_end; ++out_c) { in DepthwiseConvBackpropInputReference()