/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | mean.h | 54 for (int out_d = 0; out_d < output_depth; ++out_d) { in Mean() local 58 acc += input_data[Offset(input_shape, out_b, in_h, in_w, out_d)] - in Mean() 67 output_data[Offset(output_shape, out_b, 0, 0, out_d)] = in Mean()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_grad_op.cc | 474 for (int out_d = out_d_start; out_d < out_d_end; ++out_d) { in DepthwiseConvBackpropInputReference() local 490 int filter_dm = out_d - out_d_start; in DepthwiseConvBackpropInputReference() 492 out_d + in DepthwiseConvBackpropInputReference() 953 for (int out_d = 0; out_d < args.out_depth; ++out_d) { in DepthwiseConvBackpropFilterReference() local 954 const int in_d = out_d / args.depth_multiplier; in DepthwiseConvBackpropFilterReference() 955 const int dm = out_d % args.depth_multiplier; in DepthwiseConvBackpropFilterReference() 967 out_d + in DepthwiseConvBackpropFilterReference()
|
D | spacetodepth_op.cc | 168 const int out_d = d + offset_d; in operator ()() local 169 output(b, out_h, out_w, out_d) = input(b, h, w, d); in operator ()()
|
D | spacetodepth_op_gpu.cu.cc | 53 const int out_d = d + offset_d; in S2D_NHWC() local 55 out_d + in S2D_NHWC()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 724 const __m128i out_d = _mm_unpackhi_epi16(avg2_1, avg3_1); in vpx_highbd_d207_predictor_16x16_ssse3() local 728 d207_store_4x16(&dst, stride, &out_b, &out_c, &out_d); in vpx_highbd_d207_predictor_16x16_ssse3() 729 d207_store_4x16(&dst, stride, &out_c, &out_d, &LR); in vpx_highbd_d207_predictor_16x16_ssse3() 730 d207_store_4x16(&dst, stride, &out_d, &LR, &LR); in vpx_highbd_d207_predictor_16x16_ssse3() 787 const __m128i out_d = _mm_unpackhi_epi16(avg2_1, avg3_1); in vpx_highbd_d207_predictor_32x32_ssse3() local 794 d207_store_4x32(&dst, stride, &out_a, &out_b, &out_c, &out_d, &out_e); in vpx_highbd_d207_predictor_32x32_ssse3() 795 d207_store_4x32(&dst, stride, &out_b, &out_c, &out_d, &out_e, &out_f); in vpx_highbd_d207_predictor_32x32_ssse3() 796 d207_store_4x32(&dst, stride, &out_c, &out_d, &out_e, &out_f, &out_g); in vpx_highbd_d207_predictor_32x32_ssse3() 797 d207_store_4x32(&dst, stride, &out_d, &out_e, &out_f, &out_g, &out_h); in vpx_highbd_d207_predictor_32x32_ssse3()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 322 for (int out_d = 0; out_d < output_depth; ++out_d) { in DepthToSpace() local 324 out_d + ((out_h % block_size) * block_size + out_w % block_size) * in DepthToSpace() 333 Offset(output_shape, out_b, out_h, out_w, out_d); in DepthToSpace() 376 const int out_d = in SpaceToDepth() local 385 Offset(output_shape, out_b, out_h, out_w, out_d); in SpaceToDepth() 3238 for (int out_d = 0; out_d < output_depth; ++out_d) { in PadImpl() local 3245 out_d < left_d_padding || in PadImpl() 3246 out_d >= output_depth - right_d_padding) { in PadImpl() 3634 for (int out_d = 0; out_d < output_depth; ++out_d) { in Mean() local 3638 value += input_data[Offset(input_shape, out_b, in_h, in_w, out_d)]; in Mean() [all …]
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa.c | 171 const BIGNUM **out_d) { in RSA_get0_key() argument 178 if (out_d != NULL) { in RSA_get0_key() 179 *out_d = rsa->d; in RSA_get0_key()
|
/external/boringssl/src/include/openssl/ |
D | rsa.h | 106 const BIGNUM **out_e, const BIGNUM **out_d);
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1801 int out_d = start_depth; in MeanImpl() local 1804 for (; out_d < end_depth - 8; out_d += 8) { in MeanImpl() 1810 input_data + Offset(input_shape, out_b, in_h, in_w, out_d); in MeanImpl() 1850 output_data + Offset(output_shape, out_b, 0, 0, out_d); in MeanImpl() 1855 for (; out_d < end_depth; ++out_d) { in MeanImpl() 1860 input_data[Offset(input_shape, out_b, in_h, in_w, out_d)]; in MeanImpl() 1866 output_data[Offset(output_shape, out_b, 0, 0, out_d)] = in MeanImpl() 1869 output_data[Offset(output_shape, out_b, 0, 0, out_d)] = in MeanImpl()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 1227 std::vector<GLubyte> out_d(in_data.size()); in Run() local 1229 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)in_data.size(), &out_d[0], GL_STATIC_DRAW); in Run() 1305 std::vector<GLubyte> out_d(in_data.size()); in Run() local 1307 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)out_d.size(), &out_d[0], GL_STATIC_DRAW); in Run()
|
D | gl4cShaderStorageBufferObjectTests.cpp | 1365 std::vector<GLubyte> out_d(in_data.size()); in Run() local 1367 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)out_d.size(), &out_d[0], GL_STATIC_DRAW); in Run()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cShaderStorageBufferObjectTests.cpp | 1222 std::vector<GLubyte> out_d(in_data.size()); in Run() local 1224 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)in_data.size(), &out_d[0], GL_STATIC_DRAW); in Run() 1300 std::vector<GLubyte> out_d(in_data.size()); in Run() local 1302 glBufferData(GL_SHADER_STORAGE_BUFFER, (GLsizeiptr)out_d.size(), &out_d[0], GL_STATIC_DRAW); in Run()
|