Home
last modified time | relevance | path

Searched refs:f_r (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.h224 for (int64 f_r = 0; f_r < args.filter_rows; ++f_r) {
225 const int64 in_r = in_r_start + f_r;
Ddepthwise_conv_grad_op.cc217 const int64 f_r = in_r + pad_rows - out_r * stride; in CopyOutputBackpropRegion() local
221 (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() local
498 (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() local
961 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()
Ddeep_conv2d.cc333 const int64 f_r = f_r_start + b_r; in operator ()() local
334 if (f_r >= args.filter_rows) continue; in operator ()()
342 (args.in_depth * (f_r * args.filter_cols + f_c)) + in operator ()()
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Dmacos.tests9 …|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…
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py2806 f_r = math_ops.sigmoid(
2809 f, r = array_ops.split(value=f_r, num_or_size_splits=2, axis=1)