Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc199 const int64 out_c_start = std::max( 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()
481 const int out_c_start = std::max( in DepthwiseConvBackpropInputReference() local
487 for (int out_c = out_c_start; out_c <= out_c_end; ++out_c) { in DepthwiseConvBackpropInputReference()
Ddeep_conv2d.cc796 const int64 out_c_start = (in_c + t * tile_stride_cols) + in operator ()() local
800 out_c_start < 0 || out_c_start >= args.out_cols) { in operator ()()
812 const int64 out_c = out_c_start + ot_col; in operator ()()