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.cc229 const int64 f_r = in_r + pad_rows - out_r * stride; in CopyOutputBackpropRegion() local
500 int f_r = in_r + args.pad_rows - out_r * stride; in DepthwiseConvBackpropInputReference() local
1000 for (int f_r = 0; f_r < args.filter_rows; ++f_r) { in DepthwiseConvBackpropFilterReference() local
Ddeep_conv2d.cc333 const int64 f_r = f_r_start + b_r; in operator ()() local