Searched refs:idx_out (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/spi/ |
D | lpc32xx_ssp.c | 123 int idx_out = 0; in spi_xfer() local 128 while ((idx_out < bytelen) || (idx_in < bytelen)) { in spi_xfer() 130 if ((idx_out < bytelen) && (status & SSP_SR_TNF)) in spi_xfer() 131 writel(((u8 *)dout)[idx_out++], &lslave->regs->data); in spi_xfer()
|
/external/tensorflow/tensorflow/python/ops/ |
D | special_math_ops.py | 473 idx_out = match.group(2)[2:] 482 idx_out = ''.join(sorted(ax for ax in indices if counts[ax] == 1)) 488 missing_idx = set(idx_out).difference(idx_all) 494 if ax not in idx_out: 496 for ax in idx_out: 539 if ax not in idx_out:
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_util.h | 1141 int idx_out) { in CopyMklTensorInToOut() argument 1146 int idx_data_out = GetTensorDataIndex(idx_out, num_outputs); in CopyMklTensorInToOut() 1147 int idx_meta_out = GetTensorMetaDataIndex(idx_out, num_outputs); in CopyMklTensorInToOut() 1163 int idx_out, in CopyTfTensorInToOutWithShape() argument 1168 int idx_data_out = GetTensorDataIndex(idx_out, num_outputs); in CopyTfTensorInToOutWithShape() 1173 AllocateOutputSetMklShape(context, idx_out, mkl_shape_output); in CopyTfTensorInToOutWithShape() 1181 int idx_out, in CopyTfTensorInToOutWithShape() argument 1186 int idx_data_out = GetTensorDataIndex(idx_out, num_outputs); in CopyTfTensorInToOutWithShape() 1191 AllocateOutputSetMklShape(context, idx_out, mkl_shape_output); in CopyTfTensorInToOutWithShape() 1202 int idx_out) { in ForwardTfTensorInToOut() argument [all …]
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | keycodes.c | 73 xkb_led_index_t *idx_out) in FindLedByName() argument 78 *idx_out = idx; in FindLedByName()
|