Searched refs:f_c (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | mpers.sh | 51 f_c="${BITS_DIR}/${m_type}.c" 61 ' "${PARSER_FILE}" > "${f_c}" 62 $CPP $CPPFLAGS "${f_c}" > "${f_i}" 65 sed -i -e '/DEF_MPERS_TYPE/d' "${f_c}" 66 $CC $CFLAGS $CC_ARCH_FLAG "${f_c}" -o "${f_o}"
|
/external/libffi/testsuite/libffi.call/ |
D | cls_align_complex.inc | 52 struct cls_struct_align f_c = { 1, 9320 + 1 * I, 13 }; 73 args_c[1] = &f_c; 84 res_c = ((cls_struct_align(*)(cls_struct_align, cls_struct_align))(code))(g_c, f_c);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op.h | 227 for (int64 f_c = 0; f_c < args.filter_cols; ++f_c) { 228 const int64 in_c = in_c_start + f_c;
|
D | depthwise_conv_grad_op.cc | 219 const int64 f_c = in_c + pad_cols - out_c * stride; in CopyOutputBackpropRegion() local 221 (f_r * filter_cols + f_c) * padded_filter_inner_dim_size; in CopyOutputBackpropRegion() 489 int f_c = in_c + args.pad_cols - out_c * stride; in DepthwiseConvBackpropInputReference() local 498 (in_d + args.in_depth * (f_c + args.filter_cols * f_r)); in DepthwiseConvBackpropInputReference() 960 for (int f_c = 0; f_c < args.filter_cols; ++f_c) { in DepthwiseConvBackpropFilterReference() local 962 const int in_c = in_c_start + f_c; in DepthwiseConvBackpropFilterReference() 977 (in_d + args.in_depth * (f_c + args.filter_cols * f_r)); in DepthwiseConvBackpropFilterReference()
|
D | deep_conv2d.cc | 337 const int64 f_c = f_c_start + b_c; in operator ()() local 338 if (f_c >= args.filter_cols) continue; in operator ()() 342 (args.in_depth * (f_r * args.filter_cols + f_c)) + in operator ()()
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_gradients_test.py | 79 f_c = f(c) 80 g, = gradients_impl.gradients(f_c, c) 93 f_c = f(c) 94 g, = gradients_impl.gradients(f_c, c)
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_events.py | 1039 f_c = self.loop.create_connection(MyBaseProto, host, port, 1041 client, pr = self.loop.run_until_complete(f_c) 1072 f_c = self.loop.create_unix_connection( 1076 client, pr = self.loop.run_until_complete(f_c) 1110 f_c = self.loop.create_connection(MyProto, host, port, 1116 self.loop.run_until_complete(f_c) 1139 f_c = self.loop.create_unix_connection(MyProto, path, 1146 self.loop.run_until_complete(f_c) 1170 f_c = self.loop.create_connection(MyProto, host, port, 1178 self.loop.run_until_complete(f_c) [all …]
|