Searched defs:f_c (Results 1 – 3 of 3) sorted by relevance
231 const int64 f_c = in_c + pad_cols - out_c * stride; in CopyOutputBackpropRegion() local501 int f_c = in_c + args.pad_cols - out_c * stride; in DepthwiseConvBackpropInputReference() local1001 for (int f_c = 0; f_c < args.filter_cols; ++f_c) { in DepthwiseConvBackpropFilterReference() local
337 const int64 f_c = f_c_start + b_c; in operator ()() local
237 constexpr int f_c(int i) { in f_c() function