Searched refs:f_r (Results 1 – 5 of 5) sorted by relevance
224 for (int64 f_r = 0; f_r < args.filter_rows; ++f_r) {225 const int64 in_r = in_r_start + f_r;
217 const int64 f_r = in_r + pad_rows - out_r * stride; in CopyOutputBackpropRegion() local221 (f_r * filter_cols + f_c) * padded_filter_inner_dim_size; in CopyOutputBackpropRegion()488 int f_r = in_r + args.pad_rows - out_r * stride; in DepthwiseConvBackpropInputReference() local498 (in_d + args.in_depth * (f_c + args.filter_cols * f_r)); in DepthwiseConvBackpropInputReference()959 for (int f_r = 0; f_r < args.filter_rows; ++f_r) { in DepthwiseConvBackpropFilterReference() local961 const int in_r = in_r_start + f_r; in DepthwiseConvBackpropFilterReference()977 (in_d + args.in_depth * (f_c + args.filter_cols * f_r)); in DepthwiseConvBackpropFilterReference()
333 const int64 f_r = f_r_start + b_r; in operator ()() local334 if (f_r >= args.filter_rows) continue; in operator ()()342 (args.in_depth * (f_r * args.filter_cols + f_c)) + in operator ()()
9 …|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+569|f_r=18+1432|space=20+56…27 …|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+569|f_r=18+1432|space=20+56…
2806 f_r = math_ops.sigmoid(2809 f, r = array_ops.split(value=f_r, num_or_size_splits=2, axis=1)