Home
last modified time | relevance | path

Searched refs:inx (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dtranspose_op_test.py51 inx = ops.convert_to_tensor(x)
52 y = array_ops.transpose(inx, p, conjugate=conjugate)
62 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x,
66 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x,
82 inx = ops.convert_to_tensor(x)
83 y = array_ops.transpose(inx, p, conjugate=conjugate)
94 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x,
98 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x,
169 inx = ops.convert_to_tensor(inp)
170 y = array_ops.transpose(inx, perm)
[all …]
Dbasic_gpu_test.py44 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
179 inx = ops.convert_to_tensor(x)
182 out = 1.1 * tf_func(inx, iny)
[all …]
Dcwise_ops_test.py225 inx = ops.convert_to_tensor(x)
227 out = tf_func(inx, iny)
330 inx = ops.convert_to_tensor(x)
332 out = array_ops.where(c, inx, iny)
335 inx, s, out, s, x_init_value=x)
354 inx = ops.convert_to_tensor(x)
356 out = array_ops.where(c, inx, iny)
477 inx = ops.convert_to_tensor(x)
479 out = array_ops.where(c, inx, iny)
482 inx, s, out, s, x_init_value=x)
[all …]
Dcwise_ops_binary_test.py81 inx = ops.convert_to_tensor(x)
83 out = tf_func(inx, iny)
87 np_right = self.evaluate(tf_func(inx, y))
124 inx = ops.convert_to_tensor(x)
127 out = 1.1 * tf_func(inx, iny)
129 out = tf_func(inx, iny)
132 inx, xs, out, zs, x_init_value=x)
154 inx = ops.convert_to_tensor(x)
157 out = 1.1 * tf_func(inx, iny)
159 out = tf_func(inx, iny)
[all …]
Dmanip_ops_test.py51 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)
Dpad_op_test.py98 inx = ops.convert_to_tensor(x)
101 y = array_ops.pad(inx, ina, mode=mode, constant_values=constant_values)
105 inx, xs, y, ys, x_init_value=x)
Dcwise_ops_unary_test.py80 inx = ops.convert_to_tensor(x)
83 y = 1.1 * tf_func(inx)
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/swiftshader/third_party/LLVM/lib/CodeGen/
DShrinkWrapping.cpp396 for (unsigned inx = 0, e = CSI.size(); inx != e; ++inx) { in calculateSets() local
397 UsedCSRegs.set(inx); in calculateSets()
411 for (unsigned inx = 0, e = CSI.size(); inx != e; ++inx) { in calculateSets() local
412 unsigned Reg = CSI[inx].getReg(); in calculateSets()
428 CSRUsed[MBB].set(inx); in calculateSets()
/external/toolchain-utils/android_bench_suite/
Dpanorama.diff701 #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/
Dfft_ops_test.py78 inx = ops.convert_to_tensor(x)
82 z = func(math_ops.complex(inx, iny))
88 [inx, iny], [list(x.shape), list(y.shape)],
98 inx = ops.convert_to_tensor(x)
100 z = func(inx)
104 inx, list(x.shape), loss, [1], x_init_value=x, delta=1e-2)
/external/ImageMagick/coders/
Dmeta.c1029 int inx; in jpeg_embed() local
1073 for (inx = 0; inx < 18; inx++) in jpeg_embed()
1074 (void) WriteBlobByte(ofile,(unsigned char) psheader[inx]); in jpeg_embed()
/external/tensorflow/tensorflow/core/graph/
Dtestlib.h177 Node* Select(Graph* g, Node* c, Node* inx, Node* iny);
Dtestlib.cc403 Node* Select(Graph* g, Node* c, Node* inx, Node* iny) { in Select() argument
407 .Input(inx) in Select()
/external/cldr/tools/java/com/ibm/icu/dev/test/
DTestFmwk.java1290 int inx = arg.indexOf(':'); in create() local
1291 if (inx > 0) { in create()
1292 String num = arg.substring(inx + 1); in create()
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_006.ppm2225 …��:hCI?!fCH����el�v{����|�u[`Q7<C).�inx^b8"' _DIX=B^DI�z~���������������bVX���Ͼ�м�ͺ�����x}���…