Home
last modified time | relevance | path

Searched refs:inputRows (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_backward_spatial_convolutions.h101 typename internal::traits<OutputBackward>::Index inputRows,
153 0, ((outputRows - 1) * row_stride + kernelRowsEff - inputRows) / 2);
159 const TensorIndex padding_bottom = inputRows - (outputRows - 1) * row_stride -
230 pre_contract_dims[1] = inputRows * inputCols;
236 pre_contract_dims[0] = inputRows * inputCols;
258 post_contract_dims[1] = inputRows;
265 post_contract_dims[NumDims - 2] = inputRows;
431 const TensorIndex inputRows = variable
468 0, (outputRows - 1) * row_stride + kernelRowsEff - inputRows);
479 const TensorIndex padded_out_rows = inputRows + kernelRowsEff - 1;
[all …]
Deigen_backward_cuboid_convolutions.h90 typename internal::traits<OutputBackward>::Index inputRows,
147 0, ((outputRows - 1) * row_stride + kernelRowsEff - inputRows) / 2);
158 const TensorIndex padding_bottom = inputRows - (outputRows - 1) * row_stride -
229 pre_contract_dims[1] = inputPlanes * inputRows * inputCols;
236 pre_contract_dims[0] = inputPlanes * inputRows * inputCols;
259 post_contract_dims[2] = inputRows;
267 post_contract_dims[NumDims - 3] = inputRows;
426 const TensorIndex inputRows = variable
460 0, (outputRows - 1) * strideRows + kernelRowsEff - inputRows);
473 const auto padded_out_rows = inputRows + kernelRows - 1;
[all …]
Deigen_cuboid_convolution.h558 const Index inputRows[]) const { in loadPacketStandardFromSingleColumnSingleRow() argument
576 inputRows[0] * m_rowInputStride + in loadPacketStandardFromSingleColumnSingleRow()
626 const Index inputRows[2] = {rowIndex + rowOffsets[0], in loadPacketStandard() local
629 if (inputRows[0] >= m_inputRows || inputRows[1] < 0) { in loadPacketStandard()
633 if (inputRows[0] == inputRows[1]) { in loadPacketStandard()
636 colOffsets, rowOffsets, inputCols, inputRows); in loadPacketStandard()
693 const Index inputRows[2] = {rowIndex + rowOffsets[0], in loadPacketStandard() local
696 if (inputRows[0] >= m_inputRows || inputRows[1] < 0) { in loadPacketStandard()
700 if (inputRows[0] == inputRows[1]) { in loadPacketStandard()
703 colOffsets, rowOffsets, inputCols, inputRows); in loadPacketStandard()
[all …]
Deigen_volume_patch.h388 const Index inputRows[2] = { in packet() local
392 if (inputRows[1] < 0 || inputRows[0] >= m_inputRows) { in packet()
396 if (inputRows[0] != inputRows[1]) { in packet()
423 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + in packet()
Deigen_spatial_convolutions-inl.h375 const Index inputRows[2] = {rowIndex + rowOffsets[0], in loadPartialPacketStandard() local
378 if (inputRows[0] >= m_inputRows || inputRows[1] < 0 || in loadPartialPacketStandard()
382 } else if (inputRows[0] >= 0 && inputRows[1] < m_inputRows) { in loadPartialPacketStandard()
386 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + in loadPartialPacketStandard()
458 const Index inputRows[2] = {rowIndex + rowOffsets[0], in loadPacketStandardFromSingleColumn() local
461 if (inputRows[0] >= m_inputRows || inputRows[1] < 0) { in loadPacketStandardFromSingleColumn()
466 if (inputRows[0] >= 0 && inputRows[1] < m_inputRows) { in loadPacketStandardFromSingleColumn()
469 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + in loadPacketStandardFromSingleColumn()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h402 const Index inputRows[2] = {rowIndex * m_row_strides + rowOffsets[0] -
405 if (inputRows[1] < 0 || inputRows[0] >= m_inputRows) {
409 if (inputRows[0] >= 0 && inputRows[1] < m_inputRows) {
413 …const Index inputIndex = depth + inputRows[0] * m_rowInputStride + inputCols[0] * m_colInputStride…
DTensorVolumePatch.h457 const Index inputRows[2] = {
461 if (inputRows[1] < 0 || inputRows[0] >= m_inputRows) {
465 if (inputRows[0] != inputRows[1]) {
487 inputRows[0] * m_rowInputStride +
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h2453 … const unsigned int inputColumns, const unsigned int inputRows, __global CLQuantum *filteredImage,
2615 … const unsigned int inputColumns, const unsigned int inputRows, __global CLQuantum *filteredImage,
2634 const int cacheRangeEndY = MagickMin((int)(cacheRangeStartY + numCachedPixels), (int)inputRows);
2673 const unsigned int stop = (unsigned int)MagickMin(bisect+support+0.5f,(float)inputRows);