HomeSort by relevance Sort by last modified time
    Searched refs:inx (Results 1 - 25 of 27) sorted by null

1 2

  /external/tensorflow/tensorflow/python/kernel_tests/
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
178 inx = ops.convert_to_tensor(x)
181 out = 1.1 * tf_func(inx, iny
    [all...]
transpose_op_test.py 46 inx = ops.convert_to_tensor(x)
47 y = array_ops.transpose(inx, p, conjugate=conjugate)
57 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x,
61 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x,
72 inx = ops.convert_to_tensor(x)
73 y = array_ops.transpose(inx, p, conjugate=conjugate)
84 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x,
88 jacob_t, jacob_n = gradient_checker.compute_gradient(inx, xs, y, ys, x,
154 inx = ops.convert_to_tensor(inp)
155 y = array_ops.transpose(inx, perm
    [all...]
manip_ops_test.py 49 inx = constant_op.constant(np_input.tolist())
51 y = manip_ops.roll(inx, shift, axis)
55 inx, xs, y, ys, x_init_value=np_input)
cwise_ops_test.py 97 inx = ops.convert_to_tensor(x)
99 y = 1.1 * tf_func(inx)
102 y = tf_func(inx)
116 inx, s, y, s, x_init_value=x)
127 inx, s, y, s, x_init_value=x, delta=1e-3)
132 inx, s, y, s, x_init_value=x, delta=1e-5)
534 inx = ops.convert_to_tensor(x)
536 out = tf_func(inx, iny)
540 np_right = tf_func(inx, y).eval()
577 inx = ops.convert_to_tensor(x
    [all...]
batch_matmul_op_test.py 158 inx = constant_op.constant(x)
160 z = math_ops.matmul(inx, iny, adjoint_a, adjoint_b)
164 [inx, iny], [x.shape, y.shape],
pad_op_test.py 97 inx = ops.convert_to_tensor(x)
100 y = array_ops.pad(inx, ina, mode=mode, constant_values=constant_values)
104 inx, xs, y, ys, x_init_value=x)
fft_ops_test.py 73 inx = ops.convert_to_tensor(x)
77 z = func(math_ops.complex(inx, iny))
83 [inx, iny], [list(x.shape), list(y.shape)],
93 inx = ops.convert_to_tensor(x)
95 z = func(inx)
99 inx, list(x.shape), loss, [1], x_init_value=x, delta=1e-2)
  /system/bt/stack/rfcomm/
port_rfc.cc 73 p_mcb->port_inx[p_port->dlci] = p_port->inx;
165 p_port->p_callback(events, p_port->inx);
172 p_port->p_mgmt_callback(PORT_CLOSED, p_port->inx);
218 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx);
221 p_port->p_mgmt_callback(PORT_START_FAILED, p_port->inx);
296 p_mcb->port_inx[dlci], p_port->inx);
297 p_mcb->port_inx[dlci] = p_port->inx;
380 p_port->inx);
439 p_mcb->port_inx[dlci] = p_port->inx;
453 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
    [all...]
rfc_port_fsm.cc 146 RFCOMM_TRACE_WARNING("%s, RFC_EVENT_DM, index=%d", __func__, p_port->inx);
197 p_port->inx);
213 RFCOMM_TRACE_WARNING("%s, RFC_EVENT_DM, index=%d", __func__, p_port->inx);
222 p_port->inx);
285 p_port->inx);
342 __func__, event, p_port->inx, *((uint8_t*)p_data));
362 p_port->inx);
406 p_port->inx);
438 RFCOMM_TRACE_WARNING("%s, RFC_EVENT_DM, index=%d", __func__, p_port->inx);
487 p_port->inx);
    [all...]
port_utils.cc 75 p_port->inx = yy + 1;
245 RFCOMM_TRACE_DEBUG("%s Re-initialize handle: %d", __func__, p_port->inx);
267 RFCOMM_TRACE_DEBUG("%s Clean-up handle: %d", __func__, p_port->inx);
320 uint8_t inx = p_mcb->port_inx[dlci]; local
321 if (inx == 0) {
327 return &rfc_cb.port.port[inx - 1];
port_api.cc 156 << ", p_mcb=" << p_mcb << ", port=" << +p_port->inx;
157 *p_handle = p_port->inx;
192 *p_handle = p_port->inx;
830 p_port->p_callback(events, p_port->inx);
897 p_port->p_callback(events, p_port->inx);
    [all...]
port_int.h 142 uint8_t inx; /* Index of this control block in the port_info array */ member in struct:__anon2511
rfc_l2cap_if.cc 346 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci], p_port->inx);
347 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx;
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.h 206 #define VP_WARP_POINT_2D(inx,iny,m,outx,outy) do {\
207 VP_PAR vpTmpWarpPnt___= MWX(m)*(inx)+MWY(m)*(iny)+MWW(m); \
208 (outx) = (MXX(m)*((VP_PAR)(inx))+MXY(m)*((VP_PAR)(iny))+MXW(m))/vpTmpWarpPnt___; \
209 (outy) = (MYX(m)*((VP_PAR)(inx))+MYY(m)*((VP_PAR)(iny))+MYW(m))/vpTmpWarpPnt___; } while (0)
212 #define VP_WARP_POINT_3D(inx,iny,inz,m,outx,outy,outz) do {\
213 VP_PAR vpTmpWarpPnt___= MWX(m)*(inx)+MWY(m)*(iny)+MWZ(m)*((VP_PAR)(inz))+MWW(m); \
214 (outx) = (MXX(m)*((VP_PAR)(inx))+MXY(m)*((VP_PAR)(iny))+MXZ(m)*((VP_PAR)(inz))+MXW(m))/vpTmpWarpPnt___; \
215 (outy) = (MYX(m)*((VP_PAR)(inx))+MYY(m)*((VP_PAR)(iny))+MYZ(m)*((VP_PAR)(inz))+MYW(m))/vpTmpWarpPnt___; \
216 (outz) = MZX(m)*((VP_PAR)(inx))+MZY(m)*((VP_PAR)(iny))+MZZ(m)*((VP_PAR)(inz))+MZW(m); \
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShrinkWrapping.cpp 396 for (unsigned inx = 0, e = CSI.size(); inx != e; ++inx) {
397 UsedCSRegs.set(inx);
411 for (unsigned inx = 0, e = CSI.size(); inx != e; ++inx) {
412 unsigned Reg = CSI[inx].getReg();
428 CSRUsed[MBB].set(inx);
    [all...]
  /external/ImageMagick/coders/
meta.c 1004 int inx;
1048 for (inx = 0; inx < 18; inx++)
1049 (void) WriteBlobByte(ofile,(unsigned char) psheader[inx]);
1000 int inx; local
    [all...]
  /external/tensorflow/tensorflow/core/graph/
testlib.h 171 // Adds a select node in "g", which outputs either "inx" or "iny"
173 Node* Select(Graph* g, Node* c, Node* inx, Node* iny);
testlib.cc 415 Node* Select(Graph* g, Node* c, Node* inx, Node* iny) {
419 .Input(inx)
  /system/bt/stack/btm/
btm_inq.cc 987 uint16_t inx; local
    [all...]
  /system/bt/bta/av/
bta_av_act.cc 1549 uint32_t inx = PTR_TO_UINT(data); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
all_insns.s 175 L171: inx
all_insns.d 291 0+01a8 <L171> inx
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-alpha1/
sdk-common-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-beta3/
sdk-common-24.4.0-beta3.jar 

Completed in 490 milliseconds

1 2