/external/tensorflow/tensorflow/python/kernel_tests/ |
D | transpose_op_test.py | 52 inx = ops.convert_to_tensor(x) 53 y = array_ops.transpose(inx, p, conjugate=conjugate) 63 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x, 67 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x, 83 inx = ops.convert_to_tensor(x) 84 y = array_ops.transpose(inx, p, conjugate=conjugate) 95 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x, 99 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x, 174 inx = ops.convert_to_tensor(inp) 175 y = array_ops.transpose(inx, perm) [all …]
|
D | basic_gpu_test.py | 44 inx = ops.convert_to_tensor(x) 46 out = tf_func(inx, iny) 50 inx = ops.convert_to_tensor(x) 52 out = tf_func(inx, iny) 97 inx = ops.convert_to_tensor(x) 98 ofunc = tf_func(inx) 147 inx = ops.convert_to_tensor(x) 149 ofunc = inx / iny 171 inx = ops.convert_to_tensor(x) 173 out = tf_func(inx, iny)
|
D | cwise_ops_test.py | 232 inx = ops.convert_to_tensor(x) 234 out = tf_func(inx, iny) 351 inx = ops.convert_to_tensor(x) 353 out = fn(c, inx, iny) 360 inx, s, out, s, x_init_value=x_init_value) 379 inx = ops.convert_to_tensor(x) 381 out = fn(c, inx, iny) 652 inx = ops.convert_to_tensor(x) 654 out = array_ops.where(c, inx, iny) 657 inx, s, out, s, x_init_value=x) [all …]
|
D | cwise_ops_binary_test.py | 82 inx = ops.convert_to_tensor(x) 84 out = tf_func(inx, iny) 88 np_right = self.evaluate(tf_func(inx, y)) 125 inx = ops.convert_to_tensor(x) 128 out = 1.1 * tf_func(inx, iny) 130 out = tf_func(inx, iny) 133 inx, xs, out, zs, x_init_value=x) 155 inx = ops.convert_to_tensor(x) 158 out = 1.1 * tf_func(inx, iny) 160 out = tf_func(inx, iny) [all …]
|
D | manip_ops_test.py | 51 inx = constant_op.constant(np_input.tolist()) 53 y = manip_ops.roll(inx, shift, axis) 57 inx, xs, y, ys, x_init_value=np_input)
|
D | cwise_ops_unary_test.py | 85 inx = ops.convert_to_tensor(x) 86 y = tf_func(inx) 102 inx, s, y, s, x_init_value=x) 113 inx, s, y, s, x_init_value=x, delta=1e-3) 118 inx, s, y, s, x_init_value=x, delta=1e-5)
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | pr30806-phi-scev.ll | 13 ; int inx = 0; 15 ; int itmp = inx + incr; 19 ; inx = itmp; 47 %inx.06 = phi i32 [ 0, %while.body.lr.ph ], [ %add, %while.body ] 48 %add = add nsw i32 %inx.06, %div
|
D | pr38697.ll | 11 ; int inx = 0; 22 ; ptr[inx++] = (unsigned char) result; 57 %inx.1 = phi i32 [ 0, %loop1.preheader ], [ %inx.2, %loop1.inc ] 75 %inc = add nsw i32 %inx.1, 1 76 %idxprom = sext i32 %inx.1 to i64 82 %inx.2 = phi i32 [ %inc, %while.end ], [ %inx.1, %loop1.body ]
|
/external/toolchain-utils/android_bench_suite/ |
D | panorama.diff | 701 #define VP_WARP_POINT_2D(inx,iny,m,outx,outy) do {\ 702 VP_PAR vpTmpWarpPnt___= MWX(m)*(inx)+MWY(m)*(iny)+MWW(m); \ 703 - (outx) = (MXX(m)*((VP_PAR)(inx))+MXY(m)*((VP_PAR)(iny))+MXW(m))/vpTmpWarpPnt___; \ 704 - (outy) = (MYX(m)*((VP_PAR)(inx))+MYY(m)*((VP_PAR)(iny))+MYW(m))/vpTmpWarpPnt___; } while (0) 705 + outx = (MXX(m)*((VP_PAR)inx)+MXY(m)*((VP_PAR)iny)+MXW(m))/vpTmpWarpPnt___; \ 706 + outy = (MYX(m)*((VP_PAR)inx)+MYY(m)*((VP_PAR)iny)+MYW(m))/vpTmpWarpPnt___; } while (0) 709 #define VP_WARP_POINT_3D(inx,iny,inz,m,outx,outy,outz) do {\ 710 - VP_PAR vpTmpWarpPnt___= MWX(m)*(inx)+MWY(m)*(iny)+MWZ(m)*((VP_PAR)(inz))+MWW(m); \ 711 - (outx) = (MXX(m)*((VP_PAR)(inx))+MXY(m)*((VP_PAR)(iny))+MXZ(m)*((VP_PAR)(inz))+MXW(m))/vpTmpWarp… 712 - (outy) = (MYX(m)*((VP_PAR)(inx))+MYY(m)*((VP_PAR)(iny))+MYZ(m)*((VP_PAR)(inz))+MYW(m))/vpTmpWarp… [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
D | fft_ops_test.py | 92 def f(inx, iny): argument 93 inx.set_shape(x.shape) 97 z = func(math_ops.complex(inx, iny)) 109 def f(inx): argument 110 inx.set_shape(x.shape) 112 z = func(inx)
|
/external/ImageMagick/coders/ |
D | meta.c | 1042 int inx; in jpeg_embed() local 1086 for (inx = 0; inx < 18; inx++) in jpeg_embed() 1087 (void) WriteBlobByte(ofile,(unsigned char) psheader[inx]); in jpeg_embed()
|
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.h | 178 Node* Select(Graph* g, Node* c, Node* inx, Node* iny);
|
D | testlib.cc | 404 Node* Select(Graph* g, Node* c, Node* inx, Node* iny) { in Select() argument 408 .Input(inx) in Select()
|
/external/cldr/tools/java/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 1309 int inx = arg.indexOf(':'); in create() local 1310 if (inx > 0) { in create() 1311 String num = arg.substring(inx + 1); in create()
|
/external/cpuinfo/test/dmesg/ |
D | moto-g-gen3.log | 970 [ 6.685259,2] init.mmi.touch.sh: Firmware file for upgrade synaptics-inx-s2726br_t-15091801-1dc9…
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_006.ppm | 2225 …:hCI?!fCH����el�v{����|�u[`Q7<C).�inx^b8"'_DIX=B^DI�z~���������������bVX���Ͼ�м�ͺ�����x}���…
|