Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc219 const int64 f_c = in_c + pad_cols - out_c * stride; in CopyOutputBackpropRegion() local
489 int f_c = in_c + args.pad_cols - out_c * stride; in DepthwiseConvBackpropInputReference() local
960 for (int f_c = 0; f_c < args.filter_cols; ++f_c) { in DepthwiseConvBackpropFilterReference() local
Ddeep_conv2d.cc337 const int64 f_c = f_c_start + b_c; in operator ()() local