Home
last modified time | relevance | path

Searched defs:f_r (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc232 const int64_t f_r = in_r + pad_rows - out_r * stride; in CopyOutputBackpropRegion() local
504 int f_r = in_r + args.pad_rows - out_r * stride; in DepthwiseConvBackpropInputReference() local
1004 for (int f_r = 0; f_r < args.filter_rows; ++f_r) { in DepthwiseConvBackpropFilterReference() local
Ddeep_conv2d.cc338 const int64_t f_r = f_r_start + b_r; in operator ()() local