Home
last modified time | relevance | path

Searched refs:x_1 (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/contrib/resampler/python/ops/
Dresampler_ops_test.py61 x_1 = x_0 + 1
66 x_1 = np.clip(x_1, 0, data.shape[1] - 1)
72 i_c = data[y_0, x_1]
73 i_d = data[y_1, x_1]
75 w_a = (x_1 - x) * (y_1 - y)
76 w_b = (x_1 - x) * (y - y_0)
/external/tensorflow/tensorflow/python/autograph/
DREADME.md26 x_1, = x,
27 x_1 = tf.negative(x_1)
28 return x_1,
32 x_1, = x,
33 return x_1,
/external/libxaac/decoder/armv7/
Dixheaacd_fft32x32_ld2_armv7.s22 LDR r2, [r0, #4] @x_1 = x[0 +1]
26 ADD r10, r2, r4 @xh1_0 = x_1 + x_5
27 SUB r11, r2, r4 @xl1_0 = x_1 - x_5
59 LDR r2, [r0, #12] @x_1 = x[2 +1]
63 ADD r10, r2, r4 @xh1_0 = x_1 + x_5
64 SUB r11, r2, r4 @xl1_0 = x_1 - x_5
96 LDR r2, [r0, #20] @x_1 = x[4 +1]
100 ADD r10, r2, r4 @xh1_0 = x_1 + x_5
101 SUB r11, r2, r4 @xl1_0 = x_1 - x_5
133 LDR r2, [r0, #28] @x_1 = x[6 +1]
[all …]
/external/libopus/celt/arm/
Dcelt_pitch_xcorr_arm_gnu.s61 @ q3 = x_7|x_6|x_5|x_4|x_3|x_2|x_1|x_0
296 SMLATT r6, r12, r10, r6 @ sum[0] = MAC16_16(sum[0],x_1,y_1)
298 SMLATB r7, r12, r11, r7 @ sum[1] = MAC16_16(sum[1],x_1,y_2)
299 SMLATT r8, r12, r11, r8 @ sum[2] = MAC16_16(sum[2],x_1,y_3)
300 SMLATB r9, r12, r10, r9 @ sum[3] = MAC16_16(sum[3],x_1,y_4)
388 SMLATB r14, r6, r9, r14 @ sum = MAC16_16(sum, x_1, y_1)
459 SMLATT r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_1, y_1)
461 SMLATB r11, r6, r9, r11 @ sum1 = MAC16_16(sum1, x_1, y_2)
478 SMLATT r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_1, y_1)
480 SMLATB r11, r6, r9, r11 @ sum1 = MAC16_16(sum1, x_1, y_2)
[all …]
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c743 WORD32 x_0, x_1, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_esbr_radix4bfly() local
788 x_1 = x[1]; in ixheaacd_esbr_radix4bfly()
793 xh1_0 = ixheaacd_add32_sat(x_1, x_l1_1); in ixheaacd_esbr_radix4bfly()
794 xl1_0 = ixheaacd_sub32_sat(x_1, x_l1_1); in ixheaacd_esbr_radix4bfly()
844 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local
868 x_1 = *x0++; in ixheaacd_esbr_postradixcompute2()
877 n01 = ixheaacd_add32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2()
879 n21 = ixheaacd_sub32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2()
933 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local
958 x_1 = *x0++; in ixheaacd_esbr_postradixcompute4()
[all …]
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c518 WORD32 x_0, x_1, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_esbr_radix4bfly() local
563 x_1 = x[1]; in ixheaacd_esbr_radix4bfly()
568 xh1_0 = (WORD64)x_1 + (WORD64)x_l1_1; in ixheaacd_esbr_radix4bfly()
569 xl1_0 = (WORD64)x_1 - (WORD64)x_l1_1; in ixheaacd_esbr_radix4bfly()
619 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local
641 x_1 = *x0++; in ixheaacd_esbr_postradixcompute2()
650 y0[h2 + 1] = ixheaacd_add32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2()
654 y2[h2 + 1] = ixheaacd_sub32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2()
688 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local
713 x_1 = *x0++; in ixheaacd_esbr_postradixcompute4()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java710 long x_1 = x[1] & M; in square() local
714 zz_1 += x_1 * x_0; in square()
729 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
742 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
757 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square()
774 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
826 long x_1 = x[xOff + 1] & M; in square() local
830 zz_1 += x_1 * x_0; in square()
845 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
858 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
[all …]
DNat224.java782 long x_1 = x[1] & M; in square() local
786 zz_1 += x_1 * x_0; in square()
801 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
814 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
829 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square()
846 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
865 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square()
921 long x_1 = x[xOff + 1] & M; in square() local
925 zz_1 += x_1 * x_0; in square()
940 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
[all …]
DNat256.java924 long x_1 = x[1] & M; in square() local
928 zz_1 += x_1 * x_0; in square()
943 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
956 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
971 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square()
988 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
1007 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square()
1028 zz_8 += (zz_7 >>> 32) + x_7 * x_1; in square()
1088 long x_1 = x[xOff + 1] & M; in square() local
1092 zz_1 += x_1 * x_0; in square()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat192.java714 long x_1 = x[1] & M; in square() local
718 zz_1 += x_1 * x_0; in square()
733 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
746 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
761 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square()
778 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
830 long x_1 = x[xOff + 1] & M; in square() local
834 zz_1 += x_1 * x_0; in square()
849 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
862 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
[all …]
DNat224.java786 long x_1 = x[1] & M; in square() local
790 zz_1 += x_1 * x_0; in square()
805 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
818 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
833 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square()
850 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
869 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square()
925 long x_1 = x[xOff + 1] & M; in square() local
929 zz_1 += x_1 * x_0; in square()
944 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
[all …]
DNat256.java928 long x_1 = x[1] & M; in square() local
932 zz_1 += x_1 * x_0; in square()
947 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
960 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
975 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square()
992 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
1011 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square()
1032 zz_8 += (zz_7 >>> 32) + x_7 * x_1; in square()
1092 long x_1 = x[xOff + 1] & M; in square() local
1096 zz_1 += x_1 * x_0; in square()
[all …]
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc403 auto x_1 = ConjugateHelper(scope, op.input(0)); in MulGrad() local
409 auto gx_2 = Mul(scope, grad_inputs[0], x_1); in MulGrad()
417 auto x_1 = ConjugateHelper(scope, op.input(0)); in DivGrad() local
424 Div(scope, Div(scope, Neg(scope, x_1), x_2), x_2)); in DivGrad()
432 auto x_1 = ConjugateHelper(scope, op.input(0)); in RealDivGrad() local
439 RealDiv(scope, RealDiv(scope, Neg(scope, x_1), x_2), x_2)); in RealDivGrad()
447 auto x_1 = ConjugateHelper(scope, op.input(0)); in DivNoNanGrad() local
454 DivNoNan(scope, DivNoNan(scope, Neg(scope, x_1), x_2), x_2)); in DivNoNanGrad()
462 auto x_1 = ConjugateHelper(scope, op.input(0)); in SquaredDifferenceGrad() local
468 auto gx_1 = Mul(scope, grad_inputs[0], Mul(scope, two, Sub(scope, x_1, x_2))); in SquaredDifferenceGrad()
/external/tensorflow/tensorflow/contrib/checkpoint/python/
Dcontainers_test.py60 restore_slots.x_1 = resource_variable_ops.ResourceVariable(0.)
65 self.assertEqual(3., self.evaluate(restore_slots.x_1))
/external/tensorflow/tensorflow/cc/ops/
Dconst_op_test.cc132 auto x_1 = ops::Const(root.WithOpName("x"), 1); in TEST() local
133 EXPECT_EQ(x_1.node()->name(), "x_1"); in TEST()
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Dworkshop.ipynb86 " x_1, = x,\n",
87 " x_1 = x_1 * x_1\n",
88 " return x_1,\n",
92 " x_1, = x,\n",
93 " x_1 = 0.0\n",
94 " return x_1,\n",
Ddev_summit_2018_demo.ipynb171 " x_1, = x,\n",
172 " x_1 = x_1 * x_1\n",
173 " return x_1,\n",
/external/webp/src/enc/
Dpicture_psnr_enc.c47 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; in AccumulateLSIM() local
53 for (i = x_0; i < x_1; ++i) { in AccumulateLSIM()
/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op.cc168 inline int Advance(const int64 x_0, const int64 x_1, const int64 x_2, in Advance() argument
173 const std::array<int64, 4> new_x_indices{{x_0, x_1, x_2, x_3}}; in Advance()
192 indexes_[1] = x_1; in Advance()
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1950 WORD32 x_0, x_1, x_2, x_3, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_fft32x32_ld_dec() local
2003 x_1 = x[1]; in ixheaacd_fft32x32_ld_dec()
2012 xh1_0 = x_1 + x_l1_1; in ixheaacd_fft32x32_ld_dec()
2014 xl1_0 = x_1 - x_l1_1; in ixheaacd_fft32x32_ld_dec()
2089 x_1 = x0[1]; in ixheaacd_fft32x32_ld_dec()
2099 xh1_0 = x_1 + x_5; in ixheaacd_fft32x32_ld_dec()
2101 xl1_0 = x_1 - x_5; in ixheaacd_fft32x32_ld_dec()
2118 n01 = x_1 + x_3; in ixheaacd_fft32x32_ld_dec()
2120 n21 = x_1 - x_3; in ixheaacd_fft32x32_ld_dec()
/external/tensorflow/tensorflow/python/keras/engine/
Dtopology_test.py1205 x_1 = pl_1 + pl_2
1208 x_4 = x_1 + x_2
1213 {pl_1, x_1, x_4, x_5, x_1.op, x_4.op, x_5.op})
1216 {pl_1, pl_2, x_1, x_2, x_4, x_5, x_1.op, x_2.op, x_4.op, x_5.op})
/external/tensorflow/tensorflow/python/kernel_tests/
Dconcat_op_test.py475 x_1 = array_ops.placeholder(dtypes.float64)
478 xs = [x_1, x_2, x_3]
483 x_1: np.random.random_sample(x_shapes[0]).astype(np.float64),
/external/tensorflow/tensorflow/contrib/distribute/python/
Dstrategy_test_lib.py372 x_1, y_1 = run_and_concatenate(strategy, i)
373 self.assertAllEqual(x, x_1)
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc293 auto x_1 = GetTupleElement(x, 1); in XLA_TEST_F() local
297 auto vector_diff = Sub(x_1, y_0); in XLA_TEST_F()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2993 LLVMValueRef x_1 = lp_build_fmuladd(b, y_2, DP1, x_abs); in lp_build_sin_or_cos() local
2994 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); in lp_build_sin_or_cos()